#barrier #sync #panic

adaptive-barrier

Barrier with adaptable number of thread subsciptions

2 releases (1 stable)

Uses old Rust 2015

1.0.0 Feb 20, 2021
0.1.0 Dec 26, 2020

#561 in Concurrency

Download history 1/week @ 2023-12-11 5/week @ 2023-12-18 4/week @ 2024-01-08 4/week @ 2024-01-15 22/week @ 2024-01-22 20/week @ 2024-01-29 1/week @ 2024-02-05 27/week @ 2024-02-12 358/week @ 2024-02-19 83/week @ 2024-02-26 49/week @ 2024-03-04 74/week @ 2024-03-11 57/week @ 2024-03-18

274 downloads per month
Used in arc-swap

Apache-2.0/MIT

18KB
295 lines

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.

No runtime deps