Module channels

Module channels 

Source
Expand description

Channel operations for CSP-style concurrency.

Functionsยง

channel_receiver_close ๐Ÿ”’
Close the receiver side of a channel.
channel_recv ๐Ÿ”’
channel_recv_timeout ๐Ÿ”’
channel_send ๐Ÿ”’
channel_send_timeout ๐Ÿ”’
channel_sender_close ๐Ÿ”’
Close the sender side of a channel.
channel_try_recv ๐Ÿ”’
channel_try_send ๐Ÿ”’
make_channel ๐Ÿ”’