unblock

Crates.iounblock
lib.rsunblock
version0.6.0
sourcesrc
created_at2022-10-30 16:24:38.248444
updated_at2022-11-10 21:24:33.703472
descriptionA thread pool for isolating blocking in async programs
homepage
repositoryhttps://github.com/botika/unblock
max_upload_size
id701536
size27,288
Juan Aguilar Santillana (zzau13)

documentation

README

unblock Latest version

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.

License

Licensed under either of

at your option.

Fork from blocking

Contribution

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.

Commit count: 204

cargo fmt