Crate blocking_pool

Source
Expand description

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.