Mon, 02 Feb 2026 06:20:47 CST | login

Information for build ghc-auto-update-0.1.6-1.ocs23

ID7606
Package Nameghc-auto-update
Version0.1.6
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-auto-update.git?.#b06c94b4c080c568525daecbd8ef297c7c0d41c9
SummaryEfficiently run periodic, on-demand actions
DescriptionA common problem is the desire to have an action run at a scheduled interval, but only if it is needed. For example, instead of having every web request result in a new getCurrentTime call, we'd like to have a single worker thread run every second, updating an IORef. However, if the request frequency is less than once per second, this is a pessimization, and worse, kills idle GC. This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 19 Jun 2024 09:52:27 CST
CompletedWed, 19 Jun 2024 09:54:39 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-auto-update.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-auto-update.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-auto-update-0.1.6-1.ocs23.src.rpm (info) (download)
aarch64
ghc-auto-update-0.1.6-1.ocs23.aarch64.rpm (info) (download)
ghc-auto-update-devel-0.1.6-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-auto-update-doc-0.1.6-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-auto-update-0.1.6-1.ocs23.x86_64.rpm (info) (download)
ghc-auto-update-devel-0.1.6-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> - 0.1.6-1 - initial build