Crate xrm

Source
Expand description

xrm (cross runtime manager) is a managed runtime that encapsulates:

  • a set of managed standard threads,
  • an async tokio runtime,
  • a non-blocking nblock runtime.

Re-exports§

pub extern crate cron;
pub extern crate nblock;
pub extern crate tokio;

Structs§

Builder
Runtime
ScheduleHandle
TimedOutError