Crate theta_sync

Source

Structs§

SendError
Error returned when sending on a closed channel
UnboundedReceiver
The receiving half of an unbounded MPSC channel
UnboundedSender
The sending half of an unbounded MPSC channel
WeakUnboundedSender
An unbounded sender that does not prevent the channel from being closed.

Enums§

TryRecvError
Error returned when receiving fails

Functions§

unbounded_channel
Creates an unbounded MPSC channel