Contents
Sub modules
Conduit |
Sink |
Source |
Settings for Conduit
channels
Parameters
type | A | Bound value type |
Fields
Methods
method Buffer<A> Bounded (uint size) Source #
Store a bounded number of messages, specified by the 'size' argument
Parameters
param | size | Bounded size of the buffer |
record UnboundedBuffer <A> Source #
record BoundedBuffer <A> (uint Size) Source #
record SingleBuffer <A> Source #
record LatestBuffer <A> (A Value) Source #
record NewestBuffer <A> (uint Size) Source #