PACKAGE NAME: haskell-async-2.1.0-x86_64-1_slonly.txz PACKAGE MIRROR: http://packages.slackonly.com/pub/packages/current-x86_64/ PACKAGE LOCATION: ./haskell/haskell-async PACKAGE SIZE (compressed): 92 K PACKAGE SIZE (uncompressed): 870 K PACKAGE REQUIRED: haskell-stm PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: haskell-async: haskell-async (Run IO operations async and wait for their results) haskell-async: haskell-async: This Haskell package provides a higher-level interface over threads, haskell-async: in which an Async a is a concurrent thread that will eventually haskell-async: deliver a value of type a. The package provides ways to create Async haskell-async: computations, wait for their results, and cancel them. haskell-async: haskell-async: haskell-async: haskell-async: haskell-async: