jlizard-simple-threadpool 0.3.0

A simple, lightweight threadpool implementation
Documentation
[dependencies.log]
optional = true
version = "0.4.29"

[features]
log = ["dep:log"]

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

[package]
authors = ["The Rust Foundation", "Salem B. <jurassic.lizard@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "asynchronous"]
description = "A simple, lightweight threadpool implementation"
documentation = "https://docs.rs/jlizard-simple-threadpool"
edition = "2024"
homepage = "https://gitlab.com/JurassicLizard/jlizard-simple-threadpool"
keywords = ["threadpool", "concurrency", "threading", "parallel", "workers"]
license = "Unlicense"
name = "jlizard-simple-threadpool"
readme = "README.md"
repository = "https://gitlab.com/JurassicLizard/jlizard-simple-threadpool"
rust-version = "1.85.1"
version = "0.3.0"