A tree-structured thread pool.
Stack jobs and job execution based on rayon-core by Niko Matsakis and Josh Stone.
Experimental simple thread pool used for spawning stack-bound scoped jobs with no work stealing.
This is good for:
This is not good for:
Possibly allow reserving a subbranch of the tree.