pub type TaskStream = Pin<Box<dyn Stream<Item = TaskEvent> + Send>>;
Async stream of task events.
pub struct TaskStream { /* private fields */ }