Elm Concurrent Task

Hello friends :wave: I’m excited to share a library that I’m hoping will be useful to some! elm-concurrent-task - If you’ve used elm-pages BackendTask, it’s more or less a standalone implementation you can drop into any elm app.

It gives you:

  • A Task api with structured concurrent execution of map2, map3+.
  • A hack free implementation of Task Ports (call JS functions safely as tasks).
  • Convenient and expressive error handling.

I’m using a version of it in some of my apps and it’s sped up some operations quite significantly.

I’ve not published it yet but would love to get some feedback (thoughts or suggestions on the api, any bugs or confusing behaviour).

16 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.