Revision history for AnyEvent::Watchdog
TODO: testsuite
TODO: document $^C or so for autostart
1.02 Thu 28 Apr 2022 18:16:17 CEST
- mind the semicolon re-release (reported by James Wright).
1.01 Thu 28 Apr 2022 01:42:17 CEST
- anniversary re-release.
1.0 Wed Sep 2 20:39:06 CEST 2009
- INCOMPATIBLE CHANGE: split into two modules, new module
AnyEvent::Watchdog::Util is not responsible for controlling.
- heartbeat can now *really* disable the heartbeat.
- new function: restart_in, like restart but without exit.
- new function: on_exit, for safe cleanup-handlers.
0.9 Sat Aug 15 01:06:17 CEST 2009
- allow heartbeat to be reset to zero again.
0.1 Sun Aug 2 17:49:10 CEST 2009
- first release, basically works for me(tm).
0.0 Sun Aug 2 16:50:29 CEST 2009
- original version, leftover garbage from hacking on AnyEvent::MP.