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

1 line
673 B
JavaScript

initSidebarItems({"fn":[["channel","Creates a bounded mpsc channel for communicating between asynchronous tasks."],["unbounded","Creates an unbounded mpsc channel for communicating between asynchronous tasks."]],"struct":[["Receiver","The receiving end of a bounded mpsc channel."],["SendError","The error type for `Sender`s used as `Sink`s."],["Sender","The transmission end of a bounded mpsc channel."],["TryRecvError","The error type returned from `try_next`."],["TrySendError","The error type returned from `try_send`."],["UnboundedReceiver","The receiving end of an unbounded mpsc channel."],["UnboundedSender","The transmission end of an unbounded mpsc channel."]]});