@hackage lifted-async0.1.2
Run lifted IO operations asynchronously and wait for their results
Categories
License
BSD-3-Clause
Maintainer
Mitsutoshi Aoe <maoe@foldr.in>
Links
Versions
Installation
Dependencies (5)
- async >=2.0.1
- base >=4.3 && <4.8
- lifted-base >=0.2
- monad-control >=0.3.1 && <0.4
- transformers-base >=0.4 Show all…
Dependents (98)
@hackage/rfc, @hackage/effectful, @hackage/marquise, @hackage/minio-hs, @hackage/parquet-hs, @hackage/haskoin-node, Show all…
This package provides IO operations from async package lifted to any
instance of MonadBase or MonadBaseControl.