Files
rapr-rs/docs/tokio/sync/mpsc/sidebar-items.js
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

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`."]]});