[badges.maintenance]
status = "actively-developed"
[lib]
name = "halt"
path = "src/lib.rs"
[package]
authors = ["evenorog <evenorog@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Provides worker threads that can be paused, stopped, and resumed."
documentation = "https://docs.rs/halt"
edition = "2024"
keywords = ["worker"]
license = "MIT OR Apache-2.0"
name = "halt"
readme = "README.md"
repository = "https://github.com/evenorog/halt"
version = "3.0.0"