Path to this page:
./
devel/hs-auto-update,
Efficiently run periodic, on-demand actions
Branch: pkgsrc-2021Q2,
Version: 0.1.6,
Package name: hs-auto-update-0.1.6,
Maintainer: phoA 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.
Master sites:
SHA1: 2fb9bf2a30cea0d5541c6efb0738185ab7216485
RMD160: 964cc4cdd4ca5a58085fadba530ece89ab6bafee
Filesize: 10.673 KB
Version history: (Expand)
- (2021-07-01) Package added to pkgsrc.se, version hs-auto-update-0.1.6 (created)