Пакет ghc-async-2.2.4-1.el9.aarch64
Имя | ghc-async |
---|---|
Эпоха | 0 |
Версия | 2.2.4 |
Релиз | 1.el9 |
Архитектура | aarch64 |
Сайт | https://hackage.haskell.org/package/async |
Лицензия | BSD |
Время сборки | 2024-09-30 22:40:33 |
Хост сборки | builder-arm64-1.inferitos.ru |
Краткое описание | Run IO operations asynchronously and wait for their results |
Репозитории | Extras |
Полное описание | 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'). |
Эррата | — |
Размер | 41 КиБ |
Исходный проект | ghc-async-2.2.4-1.el9 |
Контрольная сумма SHA-256 | 4a6b87446365864638b7ac93494c8d96aa8f479710d05e5a7df6bb847f0ecc65 |
×
* 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