Module tokio::executor::thread_pool [−][src]
Deprecated since 0.1.8
: use tokio-threadpool crate instead
Re-exports of tokio-threadpool, deprecated in favor of the crate.
Structs
| Builder |
Builds a thread pool with custom configuration values. |
| Sender |
Submit futures to the associated thread pool for execution. |
| Shutdown |
Future that resolves when the thread pool is shutdown. |
| ThreadPool |
Work-stealing based thread pool for executing futures. |