Path to this page:
./
devel/hs-auto-update,
Efficiently run periodic, on-demand actions
Branch: CURRENT,
Version: 0.2.0nb1,
Package name: hs-auto-update-0.2.0nb1,
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:
Filesize: 11.457 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-auto-update-0.2.0nb1
- (2024-04-28) Updated to version: hs-auto-update-0.2.0
- (2023-11-02) Updated to version: hs-auto-update-0.1.6nb6
- (2023-10-09) Updated to version: hs-auto-update-0.1.6nb5
- (2023-02-09) Updated to version: hs-auto-update-0.1.6nb4
- (2022-02-26) Updated to version: hs-auto-update-0.1.6nb3
CVS history: (Expand)