9 lines
421 B
Markdown
9 lines
421 B
Markdown
[](https://crates.io/crates/sync_wrapper)
|
|
[](https://docs.rs/sync_wrapper)
|
|
|
|
# SyncWrapper
|
|
|
|
A mutual exclusion primitive that relies on static type information only.
|
|
|
|
This library is inspired by [this discussion](https://internals.rust-lang.org/t/what-shall-sync-mean-across-an-await/12020/2).
|