From: Jos v.d.V. <jo...@us...> - 2015-12-04 15:55:53
|
Update of /cvsroot/win32forth/win32forth/src/lib/Ext_classes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv758 Modified Files: EventClass.f WaitableTimer.f Log Message: Jos: Minor change. Index: EventClass.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/Ext_classes/EventClass.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EventClass.f 4 Dec 2015 15:38:41 -0000 1.2 --- EventClass.f 4 Dec 2015 15:55:51 -0000 1.3 *************** *** 13,16 **** --- 13,19 ---- \ ** An array of events needs an other class. + + \ *S Glossary + 0x7fffffff constant max-sleep \ This is not endless 46 days is the maximum Index: WaitableTimer.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/Ext_classes/WaitableTimer.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WaitableTimer.f 4 Dec 2015 15:38:41 -0000 1.2 --- WaitableTimer.f 4 Dec 2015 15:55:51 -0000 1.3 *************** *** 11,14 **** --- 11,15 ---- \ *P A waitable timer gives a very stable result for small wait times. \n + \ *S Glossary :Class WaitableTimer <Super EventObject |