condvar 0.1.0

Condition variables (condvars) for boolean predicate. Based on condition_variable crate by Manuel Schölling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "condvar"
version = "0.1.0"
authors = ["Aleksey Mikhaylov <almikhayl@gmail.com>"]
repository = "https://bitbucket.org/almikhayl/condvar"
license = "GPL-2.0"
description = "Condition variables (condvars) for boolean predicate. Based on condition_variable crate by Manuel Schölling."
keywords = ["threading", "condvar"]

[dependencies]
time = "*"