Method
DexChannelreceive
Declaration [src]
DexFuture*
dex_channel_receive (
DexChannel* channel
)
Description [src]
Receives the next item from the channel.
The resulting future will resolve or reject when an item is available to the channel or when send side has closed (in that order).