blob: 89b078b77b04370ad64444e3f9dc1cd7a89aed93 (
plain)
1
2
3
4
5
6
7
|
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.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
|