Available on crate feature
alloc only.Expand description
Multiple producer - Multiple consumer flag
Structs§
- Async
Flag futures - Async flag that will be completed when all references to
Flaghave been dropped or marked. - Async
Subscribe futures - Subscriber of an
AsyncFlag - Flag
- A flag type that will be completed when all its references have been dropped or marked.
- Subscribe
- Subscriber of a
Flag
Functions§
- async_
flag futures - Creates a new pair of
AsyncFlagandAsyncSubscribe - flag
- Creates a new pair of
FlagandSubscribe.