Crate yatp[−][src]
Yatp is a thread pool that tries to be adaptive, responsive and generic.
Re-exports
pub use self::pool::ThreadPool; |
Modules
metrics | Metrics of the thread pool. |
pool | The pool implement details. |
queue | The task queues available for the thread pool. |
task | Supported tasks. |
Structs
Builder | A builder for the thread pool. |
Remote | Submits tasks to associated thread pool. |