#concurrency

sync_wrapper

A tool for enlisting the compiler’s help in proving the absence of concurrency

3 releases

0.1.2 Feb 1, 2023
0.1.1 Aug 14, 2021
0.1.0 May 16, 2020

#72 in Concurrency

Download history 221231/week @ 2022-12-02 217521/week @ 2022-12-09 211365/week @ 2022-12-16 127372/week @ 2022-12-23 176423/week @ 2022-12-30 254523/week @ 2023-01-06 237306/week @ 2023-01-13 253194/week @ 2023-01-20 303284/week @ 2023-01-27 286295/week @ 2023-02-03 293724/week @ 2023-02-10 276608/week @ 2023-02-17 302602/week @ 2023-02-24 298887/week @ 2023-03-03 331090/week @ 2023-03-10 273088/week @ 2023-03-17

1,257,516 downloads per month
Used in 584 crates (6 directly)

Apache-2.0

10KB
80 lines

Latest Version Rust Documentation

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.

Dependencies