haskell-auto-update: haskell-auto-update (periodic, on-demand actions)
haskell-auto-update:
haskell-auto-update: A common problem is the desire to have an action run at a scheduled
haskell-auto-update: interval, but only if it is needed. This library allows you to define
haskell-auto-update: actions which will either be performed by a dedicated thread or,
haskell-auto-update: in times of low volume, will be executed by the calling thread.
haskell-auto-update:
haskell-auto-update:
haskell-auto-update:
haskell-auto-update:
haskell-auto-update: