#thread-pool #async

blocking_pool

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

2 unstable releases

0.2.0 Apr 17, 2021
0.1.0 Feb 23, 2021

#1073 in Asynchronous

MIT/Apache

16KB
277 lines

blocking_pool

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.

License: MIT OR Apache-2.0


lib.rs:

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.

Dependencies

~37KB