Open
Description
I want to run N closures in parallel, where each closure returns a value of a different type. join
works great for two tasks. I can use join
for N tasks by building a tree of binary join
s, but that's ugly.
Would it make sense to have a join_all!
macro that does an N-ary join, building a linear chain of join
s under the hood? Or is there a better way to implement it?
Metadata
Metadata
Assignees
Labels
No labels