use glommio::prelude::*; fn main() { LocalExecutorBuilder::new().spawn(|| async move { /// your code here }).unwrap(); }