SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-async rpm build for : Fedora 24. For other distributions click ghc-async.

Name : ghc-async
Version : 2.0.1.5 Vendor : Fedora Project
Release : 3.fc24 Date : 2016-02-04 00:45:12
Group : Unspecified Source RPM : ghc-async-2.0.1.5-3.fc24.src.rpm
Size : 0.07 MB
Packager : Fedora Project
Summary : Run IO operations asynchronously and wait for their results
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\').

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/24/Everything/i386/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-async-2.0.1.5-3.fc24.i686.rpm
     Search for other platforms
ghc-async-2.0.1.5-3.fc24.sparc.rpm
ghc-async-2.0.1.5-3.fc24.alpha.rpm
ghc-async-2.0.1.5-3.fc24.ppc.rpm
ghc-async-2.0.1.5-3.fc24.ia64.rpm
ghc-async-2.0.1.5-3.fc24.s390.rpm

Provides :
ghc(async-2.0.1.5-2ef3697408a1916c928ebfc2d01f9acb)
ghc-async
ghc-async(x86-32)
libHSasync-2.0.1.5-ghc7.8.4.so

Requires :
ghc(base-4.7.0.2-6d16fd65767daf67b7606bd63b471328)
ghc(stm-2.4.2-f02c915f9adff0e110754e98b011dfdb)
libHSarray-0.5.0.0-ghc7.8.4.so
libHSbase-4.7.0.2-ghc7.8.4.so
libHSghc-prim-0.3.1.0-ghc7.8.4.so
libHSinteger-gmp-0.5.1.0-ghc7.8.4.so
libHSstm-2.4.2-ghc7.8.4.so
libc.so.6
libc.so.6(GLIBC_2.1.3)
libgmp.so.10
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/ghc-7.8.4/async-2.0.1.5
/usr/lib/ghc-7.8.4/async-2.0.1.5/libHSasync-2.0.1.5-ghc7.8.4.so
/usr/share/doc/ghc-async
/usr/share/doc/ghc-async/LICENSE

 
ICM