[dependencies.parking_lot]
version = "0.12"
[lib]
name = "thread_counter"
path = "src/lib.rs"
[package]
authors = ["Lucy <lucy@absolucy.moe>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency"]
description = "A simple way of efficiently keeping track of active threads and waiting for them to exit."
documentation = "https://docs.rs/thread-counter"
edition = "2021"
keywords = ["thread", "concurrency", "condvar", "counter"]
license = "MIT OR Apache-2.0"
name = "thread-counter"
readme = "README.md"
repository = "https://github.com/Absolucy/thread-counter-rs"
version = "0.1.0"