[Gd-chatter] r10808 - trunk/libraries/web-framework
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Sun Jun 18 23:38:07 CEST 2006
Author: hannes
Date: Sun Jun 18 23:38:05 2006
New Revision: 10808
Modified:
trunk/libraries/web-framework/storage.dylan
Log:
Bug: 7257
*fix dumper()
Modified: trunk/libraries/web-framework/storage.dylan
==============================================================================
--- trunk/libraries/web-framework/storage.dylan (original)
+++ trunk/libraries/web-framework/storage.dylan Sun Jun 18 23:38:05 2006
@@ -121,7 +121,7 @@
end;
end;
-define function dumper (#key interval :: <integer> = 300, do-something :: <function>) => ()
+define function dumper (#key interval :: <integer> = 300, do-something :: false-or(<function>) = #f) => ()
make(<thread>,
function: method()
sleep(23);
More information about the chatter
mailing list