Module vector_common::shutdown

source ·

Structs§

  • Passed to each Source to 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 Source has completed executing and may be cleaned up. It is the responsibility of each Source to ensure that at least one copy of this handle remains alive for the entire lifetime of the Source.

Functions§