TransAlt


Channel

Channels related stuff

Nested types and modules

TypeDescription
ChEx
Channel<'a>

represents an immutable FIFO queue

Functions and values

Function or valueDescription
create limit name
Signature: limit:int option -> name:string -> Channel<'?7219>
Type parameters: '?7219

creates a queue with an optional size limit

EmptyBounded limit name
Signature: limit:int -> name:string -> Channel<'?7223>
Type parameters: '?7223

creates an bounded queue with specified limit

EmptyUnbounded name
Signature: name:string -> Channel<'?7221>
Type parameters: '?7221

creates an unbounded queue

Fork me on GitHub