Expand description
An unsync oneshot channel implementation.
Structs§
- An unsynchronized (
!Sync
), asynchronous oneshot channel. - A borrowing handle for receiving elements through a split
OneshotChannel
. - An error which can occur when receiving on a closed channel.
- A borrowing handle for sending an element through a split
OneshotChannel
.
Functions§
- Creates a new oneshot channel.