Crate executors [−] [src]
This crate provides a number of task executors all implementing the
Executor trait.
General examples can be found in the Executor trait
documentation, and implementation specific examples with each implementation module.
Reexports
pub use common::Executor; |
Modules
| bichannel |
A simple abstraction for bidirectional 1-to-1 channels built over
|
| common | |
| crossbeam_channel_pool |
A thread pool |
| crossbeam_workstealing_pool |
A thread pool |
| run_now |
A simple |
| threadpool_executor |
A thread pool |