prism3-concurrent 0.1.1

Concurrent utilities library providing thread pools, task scheduling, synchronization primitives and other concurrent programming tools
Documentation
[dependencies.tokio]
features = ["sync"]
version = "1.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[lib]
doctest = false
name = "prism3_concurrent"
path = "src/lib.rs"

[package]
authors = ["Hu Haixing <starfish.hu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "asynchronous"]
description = "Concurrent utilities library providing thread pools, task scheduling, synchronization primitives and other concurrent programming tools"
documentation = "https://docs.rs/prism3-concurrent"
edition = "2021"
exclude = ["coverage.sh", "COVERAGE.md", "COVERAGE.zh_CN.md", ".circleci/*", "ci-check.sh", ".llvm-cov.toml", ".cargo-audit.toml.example"]
homepage = "https://github.com/3-prism/prism3-rust-concurrent"
keywords = ["concurrent", "async", "lock", "mutex", "rwlock"]
license = "Apache-2.0"
name = "prism3-concurrent"
readme = "README.md"
repository = "https://github.com/3-prism/prism3-rust-concurrent"
rust-version = "1.70"
version = "0.1.1"

[[test]]
name = "lock_tests"
path = "tests/lock_tests.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"