README 370 B

12345678
  1. This Haskell package provides a higher-level interface over threads,
  2. in which an Async a is a concurrent thread that will eventually
  3. deliver a value of type a. The package provides ways to create Async
  4. computations, wait for their results, and cancel them.
  5. After uninstalling, run this command to unregister the package from
  6. the ghc package database: ghc-pkg recache