//! A runtime implementation that runs everything on the current thread.
pub use Arbiter;
pub use ;
pub use Runtime;
pub use System;
pub use actix_threadpool as blocking;
/// Spawns a future on the current arbiter.
///
/// # Panics
///
/// This function panics if actix system is not running.