Thu, 22 Jan 2026 15:04:13 CST | login

Information for build ghc-threads-0.5.1.7-1.ocs23

ID14560
Package Nameghc-threads
Version0.5.1.7
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-threads.git?.#ccee0c1746238cf6085f41c56d5267853a972843
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 11:01:46 CST
CompletedFri, 09 Aug 2024 11:04:17 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-threads.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-threads.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-threads-0.5.1.7-1.ocs23.src.rpm (info) (download)
aarch64
ghc-threads-0.5.1.7-1.ocs23.aarch64.rpm (info) (download)
ghc-threads-devel-0.5.1.7-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-threads-doc-0.5.1.7-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-threads-0.5.1.7-1.ocs23.x86_64.rpm (info) (download)
ghc-threads-devel-0.5.1.7-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 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.5.1.7-1 - initial build