Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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’s 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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since node-workerbees is experimental, I’m not sure we should link it here. What do you think?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong opinion about that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a Related Packages section further down in the README?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably put this in related packages too: https://pursuit.purescript.org/packages/purescript-avar/4.0.0


## Installation

Install `aff` with [Spago](https://github.com/purescript/spago):
Expand Down