blob: 38b60e3bacc2c799034722685b384bb3502c2adf (
plain) (
blame)
1
2
3
4
5
6
|
A common problem is the desire to have an action run at a scheduled
interval, but only if it is needed. 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.
WWW: https://github.com/yesodweb/wai
|