may_waiter 0.1.2

Simple coroutine communication blocker
Documentation
[package]
name = "may_waiter"
version = "0.1.2"
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Xudong-Huang/may_waiter.git"
homepage = "https://github.com/Xudong-Huang/may_waiter.git"
documentation = "https://docs.rs/may_waiter"
description = "Simple coroutine communication blocker"
readme = "README.md"
keywords = ["coroutine", "multi-thread"]
categories = ["concurrency"]
exclude = [
    ".gitignore",
    ".travis.yml",
    "appveyor.yml",
    "benches/**/*",
]

[dependencies]
may = "0.3"