elm-concurrent-task icon indicating copy to clipboard operation
elm-concurrent-task copied to clipboard

Introduce attemptEach to run concurrently a List ConcurrentTask

Open mpizenberg opened this issue 9 months ago • 0 comments

The rationale behind this new attemptEach function is to make it easier to run multiple tasks concurrently without having to synchronize them with a function like batch. This is mostly useful to run a bunch of independent tasks concurrently.

Let me know what you think, and don’t hesitate to change anything in the PR.

mpizenberg avatar Feb 09 '25 21:02 mpizenberg