//! Worker-thread support for application-owned subsystems.
//!
//! Use [`Thread`] for workers that must stop with the application. The standard
//! headed workers show how to provide a receiver from the application event bus.
use ;
use crateEvents;
/// The [`Thread`] struct owns a worker that participates in application shutdown.