thread-groups 0.0.2

thread-groups is a tool that spawns several threads so you can wait for their completion and enjoy the silence of your life in the real world.
Documentation
cargo-features = ["per-package-target", "edition2024"]

[lib]
name = "thread_groups"
path = "thread_groups.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
default-target = "aarch64-apple-darwin"
description = "thread-groups is a tool that spawns several threads so you can wait for their completion and enjoy the silence of your life in the real world."
edition = "2021"
homepage = "https://github.com/gabrielfalcao/thread-groups"
license = "MIT"
name = "thread-groups"
readme = "README.md"
version = "0.0.2"

[package.metadata]
cargo-args = ["-Zmtime-on-use", "-Zavoid-dev-deps", "-Zcustom_mir"]
targets = ["aarch64-apple-darwin"]