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ยง
- CLOSED ๐
Functionsยง
- channel ๐
Type Aliasesยง
- Value ๐