Sat, 24 Jan 2026 04:50:38 CST | login

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

ID25019
Package Nameghc-async
Version2.2.4
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-async.git?.#ae833835e66753b3894e6c94fbc841212b81707b
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 11:27:59 CST
CompletedMon, 05 Aug 2024 11:30:15 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
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-async-2.2.4-1.oc9.src.rpm (info) (download)
aarch64
ghc-async-2.2.4-1.oc9.aarch64.rpm (info) (download)
ghc-async-devel-2.2.4-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-async-doc-2.2.4-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-async-2.2.4-1.oc9.x86_64.rpm (info) (download)
ghc-async-devel-2.2.4-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2.4-1 - initial build