Vendored sync_wrapper crate for Rust
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-11-20 17:29:34 +01:00
src Implement Debug for SyncFuture and SyncStream 2024-11-20 10:39:02 +01:00
.gitignore don’t track Cargo.lock and release 0.1.1 2021-08-14 09:45:28 +02:00
Cargo.toml release v1.0.2 2024-11-20 17:29:34 +01:00
LICENSE first version 2020-05-16 20:08:06 +02:00
README.md first version 2020-05-16 20:08:06 +02:00

Latest Version Rust Documentation

SyncWrapper

A mutual exclusion primitive that relies on static type information only.

This library is inspired by this discussion.