lending_thread_pool 0.1.2

A thread pool where workers can lend their data to their tasks.
Documentation
[package]
name = "lending_thread_pool"
version = "0.1.2"
edition = "2021"
authors = ["Carlo Dell'Acqua <carlo.dellacqua97@gmail.com>"]

description = "A thread pool where workers can lend their data to their tasks."
keywords = ["threadpool", "thread", "pool", "threading", "parallelism"]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/cdellacqua/lending_thread_pool.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tracing = "0.1.40"

[dev-dependencies]
indicatif = "0.17.9"
num_cpus = "1.16.0"
tracing-subscriber = "0.3.18"
tracing-test = "0.2.5"