Expand description

Traits and functions related to the lifecycle of components.

Traits

ShutdownHandle is a trait which defines an interface for shutting down components which have threads. It may also be used on non-threaded components which require cleanup at the end of their lifecycle.