- Remove dead code, including unused feature
unstable-thread-sea
- Add missing inlines to a few trivial methods (affects .top())
.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.
- Cleanup of the public api for ThreadTree (removing unused methods), and use Box instead of Arc
- Add experimental convenience methods join3l, join3r, join4
First crates.io version.
- ThreadTree, the tree-structured thread pool by [@bluss]