PACKAGE NAME:  haskell-async-2.2.4-x86_64-1salix15.0.txz
PACKAGE LOCATION:  ./salix/haskell
PACKAGE SIZE (compressed):  143 K
PACKAGE SIZE (uncompressed):  572 K
PACKAGE REQUIRED:  aaa_libraries|gmp,ghc,haskell-base-orphans,haskell-hashable
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: