Structs§
- Shutdown
Signal - Passed to each
Source
to coordinate the global shutdown process. - Shutdown
Signal Token - When this struct goes out of scope and its internal refcount goes to 0 it is a signal that its
corresponding
Source
has completed executing and may be cleaned up. It is the responsibility of eachSource
to ensure that at least one copy of this handle remains alive for the entire lifetime of the Source. - Source
Shutdown Coordinator