diff --git a/README.md b/README.md index f383949..a1c0225 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ An asynchronous effect monad and threading model for PureScript. +`aff` is in the same space as JavaScript Promises, but with additional support for cancellation (async exceptions) and resource management (`bracket`). It provides cooperative multi-tasking which yields on async constructors (`makeAff`). + +For OS-thread parallelism in Node.js, see [node-workerbees](https://github.com/natefaubion/purescript-node-workerbees). + ## Installation Install `aff` with [Spago](https://github.com/purescript/spago):