cond_sync 0.2.3

Hides the boilerplate code needed with std::sync::Condvar
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cond_sync"
version = "0.2.3"
edition = "2024"
rust-version = "1.85"

description = "Hides the boilerplate code needed with std::sync::Condvar"
readme = true
repository = "https://github.com/emabee/rust-cond_sync"
license = "MIT OR Apache-2.0"
keywords = ["concurrency", "synchronization"]
categories = ["concurrency"]
exclude = ["/scripts"]

[dependencies]

[dev-dependencies]
version-sync = "0.9"