pub type StreamTask = Pin<Box<dyn Future<Output = ()> + Send>>;
pub struct StreamTask { /* private fields */ }