Class
DexChannel
Constructors
dex_channel_new
Creates a new DexChannel
.
Instance methods
dex_channel_can_receive
No description available.
dex_channel_can_send
No description available.
dex_channel_close_receive
No description available.
dex_channel_close_send
No description available.
dex_channel_receive
Receives the next item from the channel.
dex_channel_receive_all
Will attempt to receive all items in the channel as a DexResultSet
.
dex_channel_send
Queues future
into the channel.