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 a JoinHandle for it.
  • Start an async runtime.
  • Run a callback with the default Runtime object.