[ Все 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 ]
×

Проект ghc-async-2.2.4-1.el9

Имя ghc-async
Эпоха 0
Версия 2.2.4
Релиз 1.el9
Сайт https://hackage.haskell.org/package/async
Лицензия BSD
Время сборки 2023-08-18 21:19:45
Хост сборки builder-x86-01.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').
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
ghc-async-2.2.4-1.el9.x86_64 Run IO operations asynchronously and wait for their results c230d2430e0bef3a74ec2b13428bac964d4aabad6620e0b0d6d80f7d4a58ab51 download
ghc-async-devel-2.2.4-1.el9.x86_64 Haskell async library development files 11cee5586bccf8efc4016c9920c4bfb923a8b9145a757b48c5cd675658f36534 download
ghc-async-prof-2.2.4-1.el9.x86_64 Haskell async profiling library 360226dc9ba188374ea24323c9b025b4f08ac493ef2c945a457b1089fe6afa64 download
aarch64
ghc-async-2.2.4-1.el9.aarch64 Run IO operations asynchronously and wait for their results 4a6b87446365864638b7ac93494c8d96aa8f479710d05e5a7df6bb847f0ecc65 download
ghc-async-devel-2.2.4-1.el9.aarch64 Haskell async library development files 2f696476269bc679813fd233d58cedede0fce32c9aecca716b9bffc44dff1536 download
ghc-async-prof-2.2.4-1.el9.aarch64 Haskell async profiling library 062984329bd3d788aa8eef9afd0978c7d6b846e769970ef217dba76e061a0a09 download
noarch
ghc-async-doc-2.2.4-1.el9.noarch Haskell async library documentation b1c0a58bcae25a14e50496fffc172e34559c81053d4da4981c2f7f31d57ec7f4 download
src
ghc-async-2.2.4-1.el9.src Run IO operations asynchronously and wait for their results c5c3cae4431c4e09f6d63f3d39a88a51fc17a19cf04cefd4bd73cb6d5bd32d16 download
История изменений 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