Module utils_atomics::flag::mpmc

source ·
Available on crate feature alloc only.
Expand description

Multiple producer - Multiple consumer flag

Structs

  • AsyncFlagfutures
    Async flag that will be completed when all references to Flag have been dropped or marked.
  • Subscriber of an AsyncFlag
  • A flag type that will be completed when all its references have been dropped or marked.
  • Subscriber of a Flag

Functions