Skip to content

Add Task monad

Compare
Choose a tag to compare
@allanhortle allanhortle released this 07 Sep 05:10
· 50 commits to master since this release

Task lets you create a description of an action that is resolved via a callback.
It is useful for asynchronous operations. It can be thought of as a stricter more monadic version of a promise.