From: Matthew Mondor Date: Fri, 1 Dec 2006 05:23:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: pgsql-branch-merge~59 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=a3548b7655281fa28a1380d8eb56a87e2fc44548;p=mmondor.git *** empty log message *** --- diff --git a/mmsoftware/js/classes/TODO.txt b/mmsoftware/js/classes/TODO.txt index ff23e2a..f323174 100644 --- a/mmsoftware/js/classes/TODO.txt +++ b/mmsoftware/js/classes/TODO.txt @@ -2,6 +2,7 @@ - Add berkeley db4 support - Add a Timer module - Should have sleep, usleep, nanosleep etc, as well as setitimer support + and/or possibly support mmalarm(3) - Add a Signal module to install custom JS handlers. Ideally, signal would get queued then user handler called when exiting the signal handler... With automatic signal blocking during processing.