mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
23614d4b2b
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
370 B
Text
7 lines
370 B
Text
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
|