2 unstable releases
0.2.0 | Apr 17, 2021 |
---|---|
0.1.0 | Feb 23, 2021 |
#1032 in Asynchronous
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