PackageTrack
Sign in Get early access

thread-tree

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.

0.3.3 5.0M downloads/mo #4505 most downloaded on crates.io bluss/thread-tree

What this package is like to depend on

Last release 5 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 11 months

Nearly every release is documented

notes for 5 of 5 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

5 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

5 releases · Dec 2020 to Nov 2021
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 5
  1. 0.3.3 14 Nov 2021
    Release notes
    • Remove dead code, including unused feature unstable-thread-sea
    Open source →
  2. 0.3.2 02 Jan 2021
    Release notes
    • Add missing inlines to a few trivial methods (affects .top())
    Open source →
  3. 0.3.1 01 Jan 2021
    Release notes
    • .join(a, b) now allows both jobs a, b to panic and panics are propagated to the caller.
    • Updated job completion flag to use release and acquire orderings.
    Open source →
  4. 0.3.0 26 Dec 2020
    Release notes
    • Cleanup of the public api for ThreadTree (removing unused methods), and use Box instead of Arc
    • Add experimental convenience methods join3l, join3r, join4
    Open source →
  5. 0.2.0 20 Dec 2020
    Release notes

    First crates.io version.

    New features

    • ThreadTree, the tree-structured thread pool by [@bluss]
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive