6 releases (3 stable)
new 1.0.2 | Nov 20, 2024 |
---|---|
1.0.1 | Apr 8, 2024 |
1.0.0 | Mar 14, 2024 |
0.1.2 | Feb 1, 2023 |
0.1.0 | May 16, 2020 |
#19 in Concurrency
10,233,552 downloads per month
Used in 14,100 crates
(35 directly)
11KB
91 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.