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