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