//! Abstraction over async-global-executor task functions
use Future;
pub use spawn;
use spawn_blocking;
use crateResult;
pub async
/// Runs a future on async-global-executor.
///
/// This function is included to run Sibyl's tests and examples.
///