adaptive-barrier

Crates.ioadaptive-barrier
lib.rsadaptive-barrier
version1.0.0
sourcesrc
created_at2020-12-26 09:58:38.221534
updated_at2021-02-20 16:39:25.634238
descriptionBarrier with adaptable number of thread subsciptions
homepage
repositoryhttps://github.com/vorner/adaptive-barrier
max_upload_size
id327437
size32,649
Michal 'vorner' Vaner (vorner)

documentation

https://docs.rs/adaptive-barrier

README

Adaptive barrier

Actions Status codecov docs

A Barrier synchronization primitive, similar to std::sync::Barrier, but one that adjusts the expected number of threads. This makes it robust in face of panics (it won't make your program deadlock, like the standard Barrier).

License

Licensed under either of

at your option.

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: 9

cargo fmt