pub type TaskStream = Pin<Box<dyn Stream<Item = TaskEvent> + Send>>;
pub struct TaskStream { /* private fields */ }