Wed, 11 Mar 2026 05:24:13 CST | login

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

ID35859
Package Nameghc-auto-update
Version0.1.6
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-auto-update.git?.#357969e57530ac74b8ddfa51a0c1f4234df471ce
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 failed
Volume DEFAULT
StartedSun, 12 Oct 2025 22:38:07 CST
CompletedSun, 12 Oct 2025 22:44:03 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 No tags
RPMs No RPMs
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.6-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.6-1 - initial build