[][src]Crate thread_tree

A hierarchical thread pool used for splitting work in a branching fashion.

Structs

ThreadTree

A hierarchical thread pool used for splitting work in a branching fashion.

ThreadTreeCtx

A level-specific handle to the thread tree, that can be used to inject jobs.