Effect CommunityEC
Effect Community3y ago
32 replies
clipboard

Running Effects in Parallel and Yielding Results

Hello!
I have an array of effects I want to run in parallel, the thing is, I want to yield each effect that returns, and not wait for all of them to finish(and keep yielding until all are done)

it seems like
foreachPar 
wont do here, thought about maybe using Queue,
anyone has an idea how would I go about doing this?
Was this page helpful?