thread-tree 0.3.3

A tree-structured thread pool for splitting jobs hierarchically on worker threads. The tree structure means that there is no contention between workers when delivering jobs.
Documentation
[dependencies.crossbeam-channel]
version = "0.5"

[dev-dependencies.once_cell]
version = "1.5"

[features]

[package]
authors = ["bluss <>"]
categories = ["concurrency"]
description = """
A tree-structured thread pool for splitting jobs hierarchically on worker threads.

The tree structure means that there is no contention between workers when delivering jobs.
"""
documentation = "https://docs.rs/thread-tree"
edition = "2018"
keywords = ["threadpool", "thread", "pool", "tree", "parallelism"]
license = "MIT OR Apache-2.0"
name = "thread-tree"
readme = "README.md"
repository = "https://github.com/bluss/thread-tree"
version = "0.3.3"