elm-concurrent-task
elm-concurrent-task copied to clipboard
Introduce attemptEach to run concurrently a List ConcurrentTask
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.