pub type ThreadEventStream = Pin<Box<dyn Stream<Item = Result<ThreadEvent>> + Send>>;
Stream of thread events.
pub struct ThreadEventStream { /* private fields */ }