Channel<'a>
represents an immutable FIFO queue
Record Fields
Record Field | Description |
maxCount
Signature: int option
|
![]() ![]() |
name
Signature: string
|
![]() ![]() |
rxs
Signature: 'a list
|
![]() ![]() |
xs
Signature: 'a list
|
![]() ![]() |
Instance members
Instance member | Description |
AsString
Signature: string
|
![]() ![]() |
Count
Signature: int
|
![]() ![]() |
Get()
Signature: unit -> OpResp<Channel<'a> * 'a>
|
![]() ![]() |
IsEmpty
Signature: bool
|
![]() ![]() |
Put(x)
Signature: x:'a -> OpResp<Channel<'a>>
|
![]() ![]() |