| Crates.io | sync_wrapper |
| lib.rs | sync_wrapper |
| version | 1.0.2 |
| created_at | 2020-05-16 18:10:10.458779+00 |
| updated_at | 2024-11-20 16:29:59.416129+00 |
| description | A tool for enlisting the compiler's help in proving the absence of concurrency |
| homepage | https://docs.rs/sync_wrapper |
| repository | https://github.com/Actyx/sync_wrapper |
| max_upload_size | |
| id | 242446 |
| size | 20,799 |
A mutual exclusion primitive that relies on static type information only.
This library is inspired by this discussion.