lending_thread_pool 0.1.0

A thread pool where workers can lend their data to their tasks.
Documentation
[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-test]
version = "0.2.5"

[dev-dependencies.indicatif]
version = "0.17.9"

[dev-dependencies.num_cpus]
version = "1.16.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"

[dev-dependencies.tracing-test]
version = "0.2.5"

[package]
authors = ["Carlo Dell'Acqua <carlo.dellacqua97@gmail.com>"]
categories = ["concurrency"]
description = "A thread pool where workers can lend their data to their tasks."
edition = "2021"
keywords = ["threadpool", "thread", "pool", "threading", "parallelism"]
license = "MIT"
name = "lending_thread_pool"
readme = "README.md"
repository = "https://github.com/cdellacqua/lending_thread_pool.rs"
version = "0.1.0"