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

[ bsd3, concurrency, library ] [ Propose Tags ]

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


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
monad-control-1

User moand-control == 1.*

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.1.0, 0.1.0.1, 0.1.1, 0.1.2, 0.2.0, 0.2.0.1, 0.2.0.2, 0.3.0, 0.4.0, 0.5.0, 0.5.0.1, 0.6.0, 0.6.0.1, 0.7.0, 0.7.0.1, 0.7.0.2, 0.8.0, 0.8.0.1, 0.9.0, 0.9.1, 0.9.1.1, 0.9.2, 0.9.3, 0.9.3.2, 0.9.3.3, 0.10.0, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.10.0.4, 0.10.0.5, 0.10.0.6, 0.10.1.1, 0.10.1.2, 0.10.1.3, 0.10.2, 0.10.2.1, 0.10.2.2, 0.10.2.3, 0.10.2.4, 0.10.2.5
Change log CHANGELOG.md
Dependencies async (>=2.0.1 && <2.2), base (>=4.5 && <4.10), constraints (>=0.2 && <0.9), lifted-base (>=0.2 && <0.3), monad-control (<1 || >=1.0 && <1.1), transformers-base (>=0.4 && <0.5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2012-2016 Mitsutoshi Aoe
Author Mitsutoshi Aoe
Maintainer Mitsutoshi Aoe <maoe@foldr.in>
Revised Revision 1 made by AndreasAbel at 2023-03-16T22:14:09Z
Category Concurrency
Home page https://github.com/maoe/lifted-async
Bug tracker https://github.com/maoe/lifted-async/issues
Source repo head: git clone https://github.com/maoe/lifted-async.git -b develop
this: git clone https://github.com/maoe/lifted-async.git(tag v0.8.0.1)
Uploaded by MitsutoshiAoe at 2016-01-17T21:17:14Z
Distributions Arch:0.10.2.5, Debian:0.10.1.2, Fedora:0.10.2.3, FreeBSD:0.7.0.1, LTSHaskell:0.10.2.5, NixOS:0.10.2.5, Stackage:0.10.2.5
Reverse Dependencies 83 direct, 639 indirect [details]
Downloads 91480 total (450 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-01-19 [all 1 reports]

Readme for lifted-async-0.8.0.1

[back to package description]

lifted-async

Build Status Coverage Status Gitter chat

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 maoe@foldr.in. Pull requests and bug reports are welcome. A chat room is available on Gitter.