latest

Module value

Source
Expand description

value.rs

Created by Mitchell Nordine at 02:00PM on March 25, 2015.

Structs§

  • For receiving the latest value if there has been an update.
  • The Receiver was dropped and the channel was closed.
  • For sending the latest value.

Enums§

  • The different kinds of possible receive errors.
  • An enumeration of the different possible try_recv errors.
  • An enumeration of the different possible try_send errors.

Functions§

  • Construct a new sender, receiver pair.