Module watch

Module watch 

Source
Expand description

Channel to publish and subscribe values.

Structs§

Receiver
Receive part of Sender.
RecvError
Error for Receiver::changed() to express that sender has been dropped.
Ref
Reference to borrowed value.
SendError
Error for Sender::send to express no receivers alive.
Sender
Send part of Receiver.

Functions§

channel
Constructs a lock free channel to publish and subscribe values.