Crate onetime

Source

Structs§

Receiver
Recv
A future returned by Receiver::recv().
RecvError
SendError
Stores the Sender and the value being sent for reuse after a failed send
Sender

Enums§

TryRecvError
The sender was dropped, or the value has not yet been sent

Functions§

channel
Creates onetime channel