Crate blocking_pool[][src]

A thread pool for running synchronous I/O in asynchronous applications.

This crate is low-level, and is meant to be used as a building block for higher level asynchronous runtimes.

Structs

Builder

A builder for a thread pool.

ThreadPool

A thread pool.