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 wont do here, thought about maybe using Queue,
anyone has an idea how would I go about doing this?
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 wont do here, thought about maybe using Queue,
anyone has an idea how would I go about doing this?
