pub fn new_runtime( future: impl Future, enable_uring: bool, ) -> Result<(), Box<dyn Error + Send + Sync>>
Creates a new asynchronous runtime using Monoio