https://github.com/purescript/purescript-parallel
Classes for parallel composition and racing of asynchronous computations
https://github.com/purescript/purescript-parallel
Last synced: 10 months ago
JSON representation
Classes for parallel composition and racing of asynchronous computations
- Host: GitHub
- URL: https://github.com/purescript/purescript-parallel
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-11-26T03:55:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T00:27:25.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:05:42.224Z (about 1 year ago)
- Language: PureScript
- Homepage:
- Size: 63.5 KB
- Stars: 43
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-parallel
[](https://github.com/purescript/purescript-parallel/releases)
[](https://github.com/purescript/purescript-parallel/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-parallel)
Classes for parallel composition and racing of asynchronous computations.
## Installation
```
spago install parallel
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-parallel).