Description
Scalable timer.
Description
Scalable timer functions provided by a timer manager and thread management functions to prevent thread leak by a thread manager.
README.md
time-manager
This package provides module to let you run actions with resettable timeouts (i.e. System.TimeManager) and run actions that will make sure that all threads forked with the given ThreadManager will be killed when the action finishes.
WARNINGS
Since version 0.3.0, the timeout manager relies on GHC internals. This change also means that using this package only works with the threadedruntime. The moment a timeout is registered on a non-threaded runtime, an exception will be thrown.