Module finchers::rt[][src]

Components for working with Finchers runtime.

Re-exports

pub use futures::sync::oneshot::SpawnHandle;
pub use tokio::executor::DefaultExecutor;
pub use tokio::spawn;
pub use tokio_threadpool::BlockingError;

Structs

BlockingSection

A Future which executes a blocking section with annotation.

Functions

blocking

Enter a blocking section of code.

blocking_section

A helper function to create a future from a function which represents a blocking section.

spawn_with_handle

Spawns a future onto the default executor and returns its handle.