You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Spencer 107d3035b6
haskell/haskell-async: Updated for version 2.2.1.
7 years ago
..
README haskell/haskell-async: Added (run io operations async and wait for their results). 11 years ago
doinst.sh haskell/haskell-async: Added (run io operations async and wait for their results). 11 years ago
haskell-async.SlackBuild haskell/haskell-async: Updated for version 2.2.1. 7 years ago
haskell-async.info haskell/haskell-async: Updated for version 2.2.1. 7 years ago
slack-desc haskell/haskell-async: Added (run io operations async and wait for their results). 11 years ago

README

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