TransAlt


Channel<'a>

represents an immutable FIFO queue

Record Fields

Record FieldDescription
maxCount
Signature: int option
name
Signature: string
rxs
Signature: 'a list
xs
Signature: 'a list

Instance members

Instance memberDescription
AsString
Signature: string
Count
Signature: int
Get()
Signature: unit -> OpResp<Channel<'a> * 'a>
IsEmpty
Signature: bool
Put(x)
Signature: x:'a -> OpResp<Channel<'a>>
Fork me on GitHub