[package]
edition = "2024"
name = "pending"
version = "1.0.1"
authors = ["ErisianArchitect <https://github.com/ErisianArchitect>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for a lockfree worker thread responder for communicating a value back to the caller thread."
documentation = "https://docs.rs/pending"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ErisianArchitect/pending"
[features]
default = []
rayon = ["dep:rayon"]
[lib]
name = "pending"
path = "src/lib.rs"
[dependencies.rayon]
version = "1.11.0"
optional = true
[dependencies.thiserror]
version = "2.0.18"