Available on crate feature
alloc only.Expand description
Multiple producer - Single consumer flag. Can also be used as a SPSC flag
Structs§
- Async
Flag futures - Async flag that completes when all it’s references are marked or droped.
- Async
Subscribe futures - Subscriber of an
AsyncFlag - Flag
- A flag type that completes when all it’s references are marked or dropped.
- Subscribe
- Subscriber of a
Flag
Functions§
- async_
flag futures - Creates a new pair of
AsyncFlagandAsyncSubscribe - flag
- Creates a new pair of
FlagandSubscribe