batched_communication v0.1.4 BatchedCommunication.Buffer View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
add(a0, max, compression, dest, msg)
View Source
add(t(), pos_integer(), BatchedCommunication.Compression.t(), dest(), any()) :: {:flush, BatchedCommunication.EncodedBatch.t()} | t()
Link to this function
encode_messages(a0, compression)
View Source
encode_messages(t(), BatchedCommunication.Compression.t()) :: BatchedCommunication.EncodedBatch.t()
Link to this function
make(node, wait_time, dest, msg)
View Source
make(node(), pos_integer(), dest(), any()) :: t()