Struct Receiver

Public

Allows receiving items from a channel.

Public Methods

Close ()

Call when a receiver was terminated.

Receive (item)

Receives the next item from the channel.

ReceiveNoBlock (blockedBefore, item)

Receives the next item from the channel, this call will not block.

Receiver (channel)

Public Variables

channel
Public