• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

patches/25-Apr-2025-2117

src/25-Apr-2025-25382

.cargo-checksum.jsonD25-Apr-2025404 11

Android.bpD25-Apr-2025859 3228

Cargo.tomlD25-Apr-20251.2 KiB4235

LICENSED25-Apr-20259.9 KiB178150

METADATAD25-Apr-2025434 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

README.mdD25-Apr-2025421 95

cargo_embargo.jsonD25-Apr-202552 54

README.md

1[![Latest Version](https://img.shields.io/crates/v/sync_wrapper.svg)](https://crates.io/crates/sync_wrapper)
2[![Rust Documentation](https://docs.rs/sync_wrapper/badge.svg)](https://docs.rs/sync_wrapper)
3
4# SyncWrapper
5
6A mutual exclusion primitive that relies on static type information only.
7
8This library is inspired by [this discussion](https://internals.rust-lang.org/t/what-shall-sync-mean-across-an-await/12020/2).
9