hurdles 0.1.2

Counter-based thread barrier
Documentation
[package]
name = "hurdles"
version = "0.1.2"

description = "Counter-based thread barrier"
readme = "README.md"

authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

documentation = "https://docs.rs/hurdles"
homepage = "https://github.com/jonhoo/hurdles"
repository = "https://github.com/jonhoo/hurdles.git"

keywords = ["synchronization", "barrier", "multithreading"]
categories = ["concurrency", "memory-management"]

license = "MIT/Apache-2.0"

[badges]
travis-ci = { repository = "jonhoo/hurdles" }

[dependencies]
parking_lot_core = "0.2.2"

[features]
nightly = []