TheAngryByrd / IcedTasks

F# Cold Tasks and Cancellable Tasks
https://www.jimmybyrd.me/IcedTasks/
MIT License
124 stars 5 forks source link

Implement a parallelAsync builder #6

Closed TheAngryByrd closed 2 years ago

TheAngryByrd commented 2 years ago

Is your feature request related to a problem? Please describe.

A parallelAsync CE that allows use of and! to do async in parallel.

This gist is an implementation i've shared in the past but this discussion seems to have issues with using StartChild as it uses the threadpool implicitly.

Describe the solution you'd like Implementing this, even if it's sub optimal.

Describe alternatives you've considered

Don't do it. There's always an option not to.

Additional context