An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# purescript-parallel

[![Latest release](http://img.shields.io/github/release/purescript/purescript-parallel.svg)](https://github.com/purescript/purescript-parallel/releases)
[![Build status](https://github.com/purescript/purescript-parallel/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-parallel/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-parallel/badge)](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).