Sun, 24 Nov 2024 18:37:30 UTC | login

Information for RPM ghc-async-2.2.5-1.fc41.src.rpm

ID1424903
Nameghc-async
Version2.2.5
Release1.fc41
Epoch
Archsrc
SummaryRun IO operations asynchronously and wait for their results
DescriptionThis 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').
Build Time2024-08-11 11:12:24 GMT
Size34.44 KB
aa765131ddfd3574b92f7e7ef0311c66
LicenseBSD-3-Clause
Buildrootf41-build-837948-159471
Provides
ghc-async = 2.2.5-1.fc41
ghc-async-devel = 2.2.5-1.fc41
ghc-async-prof = 2.2.5-1.fc41
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
ghc-Cabal-devel
ghc-base-devel
ghc-base-prof
ghc-hashable-devel
ghc-hashable-prof
ghc-rpm-macros
ghc-stm-devel
ghc-stm-prof
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 3 of 3
Name ascending sort Size
async-2.2.5.cabal3.20 KB
async-2.2.5.tar.gz15.37 KB
ghc-async.spec8.22 KB
Component of No Buildroots