esync 0.1.0

This package contains some useful synchronization primitives
Documentation
[dependencies.rand]
version = "0.8.5"

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

[package]
authors = ["mchelaru <mchelaru@gitlab.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "This package contains some useful synchronization primitives"
documentation = "https://github.com/mchelaru/esync/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/mchelaru/esync"
keywords = ["worker", "thread", "semaphore"]
license = "MIT OR Apache-2.0"
name = "esync"
readme = "README.md"
repository = "https://github.com/mchelaru/esync"
rust-version = "1.63"
version = "0.1.0"