Thu, 29 Jan 2026 23:39:52 CST | login

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

ID8068
Package Nameghc-async
Version2.2.4
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 16:42:13 CST
CompletedTue, 04 Jun 2024 16:48:17 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-async.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-async.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-async-2.2.4-1.ocs23.src.rpm (info) (download)
aarch64
ghc-async-2.2.4-1.ocs23.aarch64.rpm (info) (download)
ghc-async-devel-2.2.4-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-async-doc-2.2.4-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-async-2.2.4-1.ocs23.x86_64.rpm (info) (download)
ghc-async-devel-2.2.4-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2.4-1 - initial build