23Skidoo / lifted-async

Run lifted IO operations asynchronously and wait for their results

Home Page:http://hackage.haskell.org/package/lifted-async

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lifted-async

Hackage Hackage-Deps lifted-async on Stackage LTS 3 Build 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.

About

Run lifted IO operations asynchronously and wait for their results

http://hackage.haskell.org/package/lifted-async

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%