adaptive-barrier 1.0.0

Barrier with adaptable number of thread subsciptions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "adaptive-barrier"
version = "1.0.0"
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
description = "Barrier with adaptable number of thread subsciptions"
documentation = "https://docs.rs/adaptive-barrier"
repository = "https://github.com/vorner/adaptive-barrier"
readme = "README.md"
keywords = ["barrier", "sync", "panic"]
categories = ["concurrency", "algorithms"]
license = "Apache-2.0/MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]