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.5 | Vendor: Fedora Project |
Release: 1.fc41 | Build date: Mon Aug 5 17:15:27 2024 |
Group: Unspecified | Build host: buildhw-a64-22.iad2.fedoraproject.org |
Size: 338225 | Source RPM: ghc-async-2.2.5-1.fc41.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-3-Clause
* Sat Jul 20 2024 Jens Petersen <petersen@redhat.com> - 2.2.5-1 - https://hackage.haskell.org/package/async-2.2.5/changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> - 2.2.4-9 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> - 2.2.4-6 - revised .cabal file * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 2.2.4-3 - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/lib/.build-id /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/bf1c47f23bf3cffaef20125fa89f180cf38ffd /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
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 19 02:28:14 2024