Module tsukuyomi_server::rt

source ·
Expand description

Primitives for spawning asynchronous tasks

Re-exports

pub use tokio::executor::spawn;
pub use tokio::executor::DefaultExecutor;
pub use tokio::executor::Executor;
pub use tokio::executor::Spawn;
pub use tokio::executor::SpawnError;
pub use tokio::runtime::run;
pub use tokio_threadpool::blocking;
pub use tokio_threadpool::blocking;
pub use tokio_threadpool::BlockingError;