Metadata for ghc-async-2.1.1.1-4.el8.src.rpm

0 directories 0 files
Go up

INFO

Name: ghc-async
Version: 2.1.1.1-4.el8
Arch: aarch64
Summary: Run IO operations asynchronously and wait for their results
License: BSD
Vendor: Fedora Project
Build Host: buildvm-a64-24.iad2.fedoraproject.org
Build Date: Wed Sep  7 15:31:21 2022
Size: 14869
URL: https://hackage.haskell.org/package/async
Description: This 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.

Using 'Async' is safer than using threads in two ways:

* When waiting for a thread to return a result, if the thread dies with an
exception then the caller must either re-throw the exception ('wait') or handle
it ('waitCatch'); the exception cannot be ignored.

* The API makes it possible to build a tree of threads that are automatically
killed when their parent dies (see 'withAsync').

FILES

async-2.1.1.1.tar.gz
ghc-async.spec

REQUIRES

ghc-Cabal-devel
ghc-rpm-macros
ghc-stm-devel
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1

PROVIDES



CONFIG FILES

async-2.1.1.1.tar.gz
ghc-async.spec s

LICENSE FILES

BSD