blob: 2bfc8a39c78ab674a49b0ca60773d10b31fea6b0 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"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":[["OwnedPermit","Owned permit to send one value into the channel."],["Permit","Permits to send one value into the channel."],["Receiver","Receives values from the associated `Sender`."],["Sender","Sends values to the associated `Receiver`."],["UnboundedReceiver","Receive values from the associated `UnboundedSender`."],["UnboundedSender","Send values to the associated `UnboundedReceiver`."],["WeakSender","A sender that does not prevent the channel from being closed."],["WeakUnboundedSender","An unbounded sender that does not prevent the channel from being closed."]]};