messaging_thread_pool 3.0.15-alpha

A library for aiding the creation of typed thread pool of objects that is communicated with via channels
Documentation
[[bench]]
harness = false
name = "element_creation"
[dependencies.crossbeam-channel]
version = "0.5.6"

[dependencies.once_cell]
version = "1.16.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_xoshiro]
version = "0.6.0"

[dependencies.tracing]
features = ["max_level_trace", "release_max_level_trace"]
version = "0.1.37"

[dependencies.tracing-appender]
version = "0.2.2"

[dependencies.tracing-attributes]
version = "0.1.23"

[dependencies.tracing-subscriber]
features = ["fmt", "std", "json"]
version = "0.3.16"
[dev-dependencies.criterion]
version = "0.3.6"

[package]
authors = ["cainem"]
categories = ["concurrency"]
description = "A library for aiding the creation of typed thread pool of objects that is communicated with via channels"
documentation = "https://docs.rs/messaging_thread_pool/latest/messaging_thread_pool/"
edition = "2021"
homepage = "https://github.com/cainem/messaging-thread-pool"
keywords = ["threadpool", "thread", "pool", "parallelism", "messaging"]
license = "MIT"
name = "messaging_thread_pool"
readme = "README.md"
repository = "https://github.com/cainem/messaging-thread-pool"
version = "3.0.15-alpha"