pub type WakeupCallback = Arc<dyn Fn() -> BoxFuture<'static, ()> + Send + Sync>;
pub struct WakeupCallback { /* private fields */ }