Crate executors [] [src]

Reexports

pub use common::Executor;

Modules

common
crossbeam_channel_pool

A thread pool Executor used to execute functions in parallel.

run_now

A simple Executor that simply runs tasks on the current thread.