Module hyper::common::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

Constants

Functions

Type Aliases