mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
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`."]]}); |