Module vector_common::shutdown 
source · Structs§
- Passed to each
Sourceto coordinate the global shutdown process. - When this struct goes out of scope and its internal refcount goes to 0 it is a signal that its corresponding
Sourcehas completed executing and may be cleaned up. It is the responsibility of eachSourceto ensure that at least one copy of this handle remains alive for the entire lifetime of the Source.