@hackage / async-dejafu

Run MonadConc operations asynchronously and wait for their results.

Version Deprecated package0.1.3.0

About

Metadata

  • Last updated , by barrucadu
  • License BSD-3-Clause
  • Categories Concurrency
  • Maintained by: mike@barrucadu.co.uk

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

The async library provides a higher-level interface over threads, allowing users to conveniently run IO operations asynchronously and wait for their results. This package is a reimplementation of async using the MonadConc abstraction from concurrency, providing easy-to-use asynchronous operaitons within an easily-testable framework.

This library itself is tested with dejafu.

When these functions are used in an IO context, the behaviour should appear identical to the original async package.