PACKAGE NAME: haskell-async-2.2.4-x86_64-1_danix.txz PACKAGE MIRROR: https://packages.danix.xyz/ PACKAGE LOCATION: ./haskell/haskell-async PACKAGE SIZE (compressed): 144 K PACKAGE SIZE (uncompressed): 1326 K 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: