sync-utils 0.1.0

A bunch of utilities in async-await and blocking context.
Documentation
[dependencies.async-trait]
version = "0"

[dependencies.atomic-waitgroup]
version = "0"

[dependencies.chrono]
version = "0"

[dependencies.core_affinity]
version = "0.5"

[dependencies.crossbeam]
version = "0.8"

[dependencies.crossfire]
version = "1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1"

[dependencies.parking_lot]
version = "0.9"

[dependencies.tokio]
features = ["time", "rt"]
version = "1"

[dev-dependencies.captains-log]
version = "0.3.2"

[dev-dependencies.getrandom]
version = "0.1"

[dev-dependencies.md5]
version = "0"

[dev-dependencies.tokio]
features = ["time", "sync", "rt", "rt-multi-thread"]
version = "1"

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

[package]
authors = ["plan <frostyplanet@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = """
A bunch of utilities in async-await and blocking context.
"""
edition = "2024"
keywords = ["async", "non-blocking", "concurrency", "worker"]
license = "MIT"
name = "sync-utils"
readme = false
version = "0.1.0"