extra_waiters 1.0.1

Wait for notifications without a Mutex
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.parking_lot_core]
version = "0.8.5"

[package]
authors = ["Patrik Buhring <patrikbuhring@gmail.com>"]
categories = ["caching", "algorithms"]
description = "Wait for notifications without a Mutex"
edition = "2018"
keywords = ["multithreaded", "condvar", "waiter", "once"]
license = "MIT OR Apache-2.0"
name = "extra_waiters"
readme = "./README.md"
repository = "https://github.com/OptimisticPeach/extra_waiters"
version = "1.0.1"