condvar 0.1.1

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
12
[dependencies]
time = "^0.1"

[package]
authors = ["Aleksey Mikhaylov <almikhayl@gmail.com>"]
description = "Condition variables (condvars) for boolean predicate. Based on condition_variable crate by Manuel Schölling."
keywords = ["threading", "condvar"]
license = "GPL-2.0"
name = "condvar"
readme = "README.md"
repository = "https://bitbucket.org/almikhayl/condvar"
version = "0.1.1"