Module fuse_backend_rs::common::async_runtime
source · Expand description
Runtime
to wrap over tokio current-thread Runtime
and tokio-uring Runtime
.
Enums
- An adapter enum to support both tokio current-thread Runtime and tokio-uring Runtime.
Functions
- Run a future to completion with the default
Runtime
object. - Spawns a new asynchronous task with the defualt
Runtime
, returning aJoinHandle
for it. - Start an async runtime.
- Run a callback with the default
Runtime
object.