async-2.0.1.2: Run IO operations asynchronously and wait for their results

The async package

This package provides a higher-level interface over threads, in which an Async a is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them.

Using Async is safer than using threads in two ways:

Changes in 2.0.1.2:

Changes in 2.0.1.1:

Changes in 2.0.1.0:

Properties

Versions1.0, 1.1, 1.2, 1.3, 1.4, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.1.2, 2.0.1.3, 2.0.1.4
Dependenciesbase (≥4.3 & <4.6), stm (≥2.2 & <2.5)
LicenseBSD3
Copyright(c) Simon Marlow 2012
AuthorSimon Marlow
MaintainerSimon Marlow <marlowsd@gmail.com>
CategoryConcurrency
Home pagehttps://github.com/simonmar/async
Bug trackerhttps://github.com/simonmar/async/issues
Source repositorygit clone https://github.com/simonmar/async.git
Upload dateMon Aug 20 13:37:01 UTC 2012
Uploaded bySimonMarlow
Built onghc-7.4
DistributionsFedora: 2.0.1.3, NixOS: 2.0.1.4, Debian: 2.0.1.3, FreeBSD: 2.0.1.3

Modules

Downloads