summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-async/README
blob: e55c8558469b19525e8e1a14401dddb7672501b3 (plain)
1
2
3
4
5
6
7
This Haskell package provides a higher-level interface over threads,
in which an Async a is a concurrent thread that will eventually
deliver a value of type a. The package provides ways to create Async
computations, wait for their results, and cancel them.

After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache