Expand description
value.rs
Created by Mitchell Nordine at 02:00PM on March 25, 2015.
Structs§
- Receiver
- For receiving the latest value if there has been an update.
- Send
Error - The Receiver was dropped and the channel was closed.
- Sender
- For sending the latest value.
Enums§
- Recv
Error - The different kinds of possible receive errors.
- TryRecv
Error - An enumeration of the different possible try_recv errors.
- TrySend
Error - An enumeration of the different possible try_send errors.
Functions§
- channel
- Construct a new sender, receiver pair.