6 releases (3 stable)
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 |
#20 in Concurrency
9,566,028 downloads per month
Used in 14,333 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.