rust_p2p_core::async_compat

Module mpsc

Source

Structs§

  • Receives values from the associated Sender.
  • Sends values to the associated Receiver.

Functions§

  • Creates a bounded mpsc channel for communicating between asynchronous tasks with backpressure.