Sat, 24 Jan 2026 06:05:39 CST | login

Information for build ghc-async-2.2.4-2.oc9

ID35855
Package Nameghc-async
Version2.2.4
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-async.git?.#637bd592c0c9434ac5890d9166cea8417b4a1206
SummaryRun IO operations asynchronously and wait for their results
DescriptionThis 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').
Built bybbrucezhang
State failed
Volume DEFAULT
StartedWed, 10 Sep 2025 06:33:08 CST
CompletedWed, 10 Sep 2025 06:36:46 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-async.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-async.git?.#origin/master'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.2.4-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2.4-1 - initial build