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