Properly define (and maybe formalise) Tasks #178
Labels
Comments
robotlolita
added a commit
that referenced
this issue
Aug 11, 2018
Future, Conversions, Lambda, Fantasy-Land, Result, and Validation modules are now considered stable. Task still needs some work to reach that state (see #178)
robotlolita
added a commit
that referenced
this issue
Aug 13, 2018
Future, Conversions, Lambda, Fantasy-Land, Result, and Validation modules are now considered stable. Task still needs some work to reach that state (see #178)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in #177, Tasks are still pretty ad-hoc and experimental, so a lot of edge cases may remain when dealing with concurrent execution. We should try to give people better tools to understand Task-based code, reason about concurrency with them, debug concurrency problems in Task-based code, and, of course, get rid of any bugs that remains in the implementation.
To this end we'll need:
This work subsumes the one in #153
The text was updated successfully, but these errors were encountered: