5 releases (2 stable)
1.0.1 | Apr 8, 2024 |
---|---|
1.0.0 | Mar 14, 2024 |
0.1.2 | Feb 1, 2023 |
0.1.1 | Aug 14, 2021 |
0.1.0 | May 16, 2020 |
#20 in Concurrency
11,308,164 downloads per month
Used in 13,816 crates
(34 directly)
11KB
80 lines
SyncWrapper
A mutual exclusion primitive that relies on static type information only.
This library is inspired by this discussion.
lib.rs
:
A mutual exclusion primitive that relies on static type information only
This library is inspired by this discussion.