Tue, 13 Jan 2026 01:45:48 CST | login

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

ID24918
Package Nameghc-auto-update
Version0.1.6
Release1.oc9
Epoch
DraftFalse
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 11:28:49 CST
CompletedMon, 05 Aug 2024 11:32:44 CST
Taskbuild (dist-oc9-epol, /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-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-auto-update-0.1.6-1.oc9.src.rpm (info) (download)
aarch64
ghc-auto-update-0.1.6-1.oc9.aarch64.rpm (info) (download)
ghc-auto-update-devel-0.1.6-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-auto-update-doc-0.1.6-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-auto-update-0.1.6-1.oc9.x86_64.rpm (info) (download)
ghc-auto-update-devel-0.1.6-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> - 0.1.6-1 - initial build