Open
Description
It would be nice if it was possible to directly create additional items on the "queue".
What I am proposing is a new function that takes a slice of closures (until varadic parameters are a thing) which will add all additional closures that won't be immediately completed onto the queue for work stealing.
p.s. if this is a thing that should be added I am good with giving it a crack