Module watch

Source
Expand description

An SPSC broadcast channel.

  • The value can only be a usize.
  • The consumer is only notified if the value is different.
  • The value 0 is reserved for closed.

Structsยง

Receiver ๐Ÿ”’
Sender ๐Ÿ”’
Shared ๐Ÿ”’

Constantsยง

CLOSED ๐Ÿ”’

Functionsยง

channel ๐Ÿ”’

Type Aliasesยง

Value ๐Ÿ”’