[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package ghc-async-2.2.4-1.el9.aarch64 download

Name ghc-async
Epoch 0
Version 2.2.4
Release 1.el9
Architecture aarch64
Website/URL https://hackage.haskell.org/package/async
License BSD
Build Time 2024-09-30 22:40:33
Build Host builder-arm64-1.inferitos.ru
Summary Run IO operations asynchronously and wait for their results
Repositories Extras
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').
Errata
Size 41 KiB
Source Project ghc-async-2.2.4-1.el9
SHA-256 checksum 4a6b87446365864638b7ac93494c8d96aa8f479710d05e5a7df6bb847f0ecc65
× Full screenshot
Changelog link
* Fri Aug 18 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 2.2.4-1
- Rebuilt for MSVSphere 9.2

* 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