Crates.io | unblock |
lib.rs | unblock |
version | 0.6.0 |
source | src |
created_at | 2022-10-30 16:24:38.248444 |
updated_at | 2022-11-10 21:24:33.703472 |
description | A thread pool for isolating blocking in async programs |
homepage | |
repository | https://github.com/botika/unblock |
max_upload_size | |
id | 701536 |
size | 27,288 |
A thread pool for isolating blocking in async programs.
With mt
feature the default number of threads (set to number of cpus) can be altered
by setting BLOCK_THREADS
environment variable with value.
Licensed under either of
at your option.
Fork from blocking
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.