Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-async | Distribution: Fedora Project |
Version: 2.2.4 | Vendor: Fedora Project |
Release: 1.el9 | Build date: Fri Sep 2 14:22:10 2022 |
Group: Unspecified | Build host: buildvm-s390x-24.s390.fedoraproject.org |
Size: 316108 | Source RPM: ghc-async-2.2.4-1.el9.src.rpm |
Packager: Fedora Project | |
Url: https://hackage.haskell.org/package/async | |
Summary: Run IO operations asynchronously and wait for their results |
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').
BSD
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 2.2.4-1 - https://hackage.haskell.org/package/async-2.2.4/changelog * Tue Mar 08 2022 Jens Petersen <petersen@redhat.com> - 2.2.3-3 - rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 05 2021 Jens Petersen <petersen@redhat.com> - 2.2.3-1 - update to 2.2.3 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 2.2.2-3 - refresh to cabal-rpm-2.0.6
/usr/lib/.build-id /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/da0028c2b8b71bc6bd5b1dd237e91fb6d1d0b3 /usr/lib64/libHSasync-2.2.4-ESduOyIMaQuAwwnNeo6WQh-ghc8.10.7.so /usr/share/licenses/ghc-async /usr/share/licenses/ghc-async/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 07:51:05 2024