Description
A Haskell library for efficiently running periodic actions that update on demand. It helps programs cache values that should refresh occasionally without recomputing them for every request.
Developers use it in servers and long-running tools for timestamps, metrics, cached settings, or other repeated values. Refresh timing should be chosen so stale data does not mislead users.