licenses.dev

thread-tree v0.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.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT3
PackageRelationDependenciesPublished
crossbeam-channel • 0.5.13Multi-producer multi-consumer channels for message passingDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/thread-tree)](https://licenses.dev/cargo/thread-tree)
<a href="https://licenses.dev/cargo/thread-tree">
  <img src="https://licenses.dev/b/cargo/thread-tree" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.3 version:

[![licenses](https://licenses.dev/b/cargo/thread-tree/0.3.3)](https://licenses.dev/cargo/thread-tree/0.3.3)
<a href="https://licenses.dev/cargo/thread-tree/0.3.3">
  <img src="https://licenses.dev/b/cargo/thread-tree/0.3.3" alt="licenses" />
</a>
GitHub