monitor 0.0.2

Monitor synchronization construct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "monitor"

description = "Monitor synchronization construct"

version = "0.0.2"

authors = [ "Kirill Khazan <kirillkh@gmail.com>" ]



homepage = "https://github.com/kirillkh/monitor_rs"

repository = "https://github.com/kirillkh/monitor_rs"



readme = "readme.md"

license-file = "legal/mit.md"



keywords = [ "monitor", "synchronization" ]



[dev-dependencies]

time = "0.1.32"