lifted-async

Run lifted IO operations asynchronously and wait for their results

https://github.com/maoe/lifted-async

Version on this page:0.2.0.2@rev:1
LTS Haskell 22.17:0.10.2.5
Stackage Nightly 2024-04-14:0.10.2.5
Latest on Hackage:0.10.2.5

See all snapshots lifted-async appears in

BSD-3-Clause licensed by Mitsutoshi Aoe
Maintained by Mitsutoshi Aoe
This version can be pinned in stack with:lifted-async-0.2.0.2@sha256:a519f7fc27186ce283aa5e49de459f08ecba8f97c461f7e31c8094f95c1993e6,2416

Module documentation for 0.2.0.2

lifted-async

Build Status Coverage Status

This package provides IO operations from async package lifted to any instance of MonadBase or MonadBaseControl from monad-control package.

You can install this library using cabal:

cabal install lifted-async

Contact information

This library is written and maintained by Mitsutoshi Aoe [email protected]. Pull requests and bug reports are welcome. A chat room is available on Gitter.

Changes

v0.2.0.2 - 2014-08-20

  • Fix build failure in the test suite (#6)

v0.2.0.1 - 2014-07-26

  • Fix a typo in a haddock comment (#5 by @supki)
  • Fix Travis CI failure

v0.2.0 - 2014-05-01

  • Generalize Concurrently (#4)