blocking_semaphore 0.1.0

A simple and performant blocking semaphore.
Documentation
[dependencies.logwise]
version = "~0"

[lib]
name = "blocking_semaphore"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency"]
description = "A simple and performant blocking semaphore."
edition = "2021"
exclude = [".*"]
homepage = "https://sealedabstract.com/code/blocking_semaphore"
keywords = ["concurrency", "semaphore", "blocking"]
license = "MIT OR Apache-2.0"
name = "blocking_semaphore"
readme = "README.md"
repository = "https://github.com/drewcrawford/blocking_semaphore"
rust-version = "1.75.0"
version = "0.1.0"