Tue, 27 Jan 2026 21:49:54 CST | login

Information for build ghc-threads-0.5.1.7-2.oc9

ID36341
Package Nameghc-threads
Version0.5.1.7
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-threads.git?.#69071900534a65cda28068974bff703a6628ae10
SummaryFork threads and wait for their result
DescriptionThis package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. Besides waiting for the termination of a single thread this packages also provides functions to wait for a group of threads to terminate. This package is similar to the 'threadmanager', 'async' and 'spawn' packages. The advantages of this package are: * Simpler API. * More efficient in both space and time. * No space-leak when forking a large number of threads. * Correct handling of asynchronous exceptions. * GHC specific functionality like 'forkOn' and 'forkIOWithUnmask'.
Built byepol-bot
State complete
Volume DEFAULT
StartedTue, 02 Sep 2025 12:56:16 CST
CompletedTue, 02 Sep 2025 13:05:31 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-threads.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-threads.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-threads-0.5.1.7-2.oc9.src.rpm (info) (download)
aarch64
ghc-threads-0.5.1.7-2.oc9.aarch64.rpm (info) (download)
ghc-threads-devel-0.5.1.7-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-threads-0.5.1.7-2.oc9.loongarch64.rpm (info) (download)
ghc-threads-devel-0.5.1.7-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-threads-doc-0.5.1.7-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-threads-0.5.1.7-2.oc9.x86_64.rpm (info) (download)
ghc-threads-devel-0.5.1.7-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
mock_output.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
noarch_rpmdiff.json
aarch64
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
build.log
mock_output.log
mock_config.log
dnf.log
dnf.rpm.log
root.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 06 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.5.1.7-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.5.1.7-1 - initial build