Module async_unsync::unbounded
source · Expand description
An unbounded MPSC channel implementation.
Structs
- An unsynchronized (
!Sync
), asynchronous and unbounded channel. - An owning handle for receiving elements through a split unbounded
UnboundedChannel
. - A borrowing handle for receiving elements through a split unbounded
UnboundedChannel
. - An owned handle for sending elements through an unbounded split
UnboundedChannel
. - A borrowing handle for sending elements through an unbounded split
UnboundedChannel
.
Functions
- Returns a new unbounded channel.