From 23614d4b2bb7b46caadfec3ad4738107b056f76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Tue, 11 Mar 2014 00:00:05 +0200 Subject: haskell/haskell-async: Added (run io operations async and wait for their results). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikko Värri Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-async/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 haskell/haskell-async/README (limited to 'haskell/haskell-async/README') diff --git a/haskell/haskell-async/README b/haskell/haskell-async/README new file mode 100644 index 0000000000..e55c855846 --- /dev/null +++ b/haskell/haskell-async/README @@ -0,0 +1,7 @@ +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 -- cgit v1.2.3