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