Function new_runtime

Source
pub fn new_runtime(
    future: impl Future,
    enable_uring: bool,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Creates a new asynchronous runtime using Monoio