emixthreading 0.6.0

Synchronization primitives, task orchestration, and spinner utilities built on emixcore.
Documentation
[dependencies.crossbeam]
version = "0"

[dependencies.emixcore]
version = "0.6.0"

[dependencies.futures]
version = "0"

[dependencies.glob]
version = "0"

[dependencies.indicatif]
version = "0"

[dependencies.time]
version = "0"

[dependencies.tokio]
features = ["full"]
version = "1"

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

[package]
authors = ["asm <asm2025@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Synchronization primitives, task orchestration, and spinner utilities built on emixcore."
edition = "2024"
license = "MIT"
name = "emixthreading"
readme = "README.md"
repository = "https://github.com/asm2025/essentialmix-rs"
version = "0.6.0"

[package.metadata.scripts]
build = "cargo build"
check = "cargo check"
features = "cargo tree --features"
release = "cargo build --release"
run = "cargo run"

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

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

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

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

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