1 line
634 B
JavaScript
1 line
634 B
JavaScript
initSidebarItems({"fn":[["channel","Creates a bounded mpsc channel for communicating between asynchronous tasks with backpressure."],["unbounded_channel","Creates an unbounded mpsc channel for communicating between asynchronous tasks without backpressure."]],"mod":[["error","Channel error types"]],"struct":[["Permit","Permit to send one value into the channel."],["Receiver","Receive values from the associated `Sender`."],["Sender","Send values to the associated `Receiver`."],["UnboundedReceiver","Receive values from the associated `UnboundedSender`."],["UnboundedSender","Send values to the associated `UnboundedReceiver`."]]}); |