INFO
Name: ghc-async
Version: 2.2.5-1.el10_0
Arch: s390x
Summary: Run IO operations asynchronously and wait for their results
License: BSD-3-Clause
Vendor: Fedora Project
Build Host: buildvm-s390x-15.s390.fedoraproject.org
Build Date: Fri May 2 06:04:02 2025
Size: 365769
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
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/fa7fd3dfe12b10559d924e6c681070b23b067e
/usr/lib64/ghc-9.6.6/lib/libHSasync-2.2.5-GMWeTaoaded4Wz7DAkFLAR-ghc9.6.6.so
/usr/share/licenses/ghc-async
/usr/share/licenses/ghc-async/LICENSE
REQUIRES
libHSarray-0.5.6.0-ghc9.6.6.so()(64bit)
libHSbase-4.18.2.1-ghc9.6.6.so()(64bit)
libHSbinary-0.8.9.1-ghc9.6.6.so()(64bit)
libHSbytestring-0.11.5.3-ghc9.6.6.so()(64bit)
libHScontainers-0.6.7-ghc9.6.6.so()(64bit)
libHSdeepseq-1.4.8.1-ghc9.6.6.so()(64bit)
libHSexceptions-0.10.7-ghc9.6.6.so()(64bit)
libHSfilepath-1.4.300.1-ghc9.6.6.so()(64bit)
libHSghc-bignum-1.3-ghc9.6.6.so()(64bit)
libHSghc-boot-th-9.6.6-ghc9.6.6.so()(64bit)
libHSghc-prim-0.10.0-ghc9.6.6.so()(64bit)
libHShashable-1.4.4.0-G2ZOstJIf88CQkCQLrODQe-ghc9.6.6.so()(64bit)
libHSmtl-2.3.1-ghc9.6.6.so()(64bit)
libHSos-string-2.0.6-IlBa2UQjH7mL18YjMu1jzE-ghc9.6.6.so()(64bit)
libHSpretty-1.1.3.6-ghc9.6.6.so()(64bit)
libHSstm-2.5.1.0-ghc9.6.6.so()(64bit)
libHStemplate-haskell-2.20.0.0-ghc9.6.6.so()(64bit)
libHStext-2.0.2-ghc9.6.6.so()(64bit)
libHStransformers-0.6.1.0-ghc9.6.6.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rtld(GNU_HASH)
PROVIDES
ghc-async 2.2.5-1.el10_0
ghc-async(s390-64) 2.2.5-1.el10_0
libHSasync-2.2.5-GMWeTaoaded4Wz7DAkFLAR-ghc9.6.6.so()(64bit)
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/71 a
/usr/lib/.build-id/71/fa7fd3dfe12b10559d924e6c681070b23b067e a
/usr/lib64/ghc-9.6.6/lib/libHSasync-2.2.5-GMWeTaoaded4Wz7DAkFLAR-ghc9.6.6.so
/usr/share/licenses/ghc-async
/usr/share/licenses/ghc-async/LICENSE l
LICENSE FILES
BSD-3-Clause
|