*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 1 Dec 2006 05:23:48 +0000 (05:23 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 1 Dec 2006 05:23:48 +0000 (05:23 +0000)
mmsoftware/js/classes/TODO.txt

index ff23e2a..f323174 100644 (file)
@@ -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.