From: Jos v.d.V. <jo...@us...> - 2015-12-04 15:57:27
|
Update of /cvsroot/win32forth/win32forth/Help/html In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv834 Modified Files: class-EventClass.htm class-WaitableTimer.htm Log Message: Jos: Minor change Index: class-WaitableTimer.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/class-WaitableTimer.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** class-WaitableTimer.htm 4 Dec 2015 15:44:54 -0000 1.1 --- class-WaitableTimer.htm 4 Dec 2015 15:57:24 -0000 1.2 *************** *** 12,16 **** </h1><h2>Abstract </h2><p>A waitable timer gives a very stable result for small wait times. <br /> ! </p><p><b><code>:Class WaitableTimer <Super EventObject </code></b><br>Create a waitable timer object. </p><p><b><code>:M CreateTimer: ( - ) --- 12,17 ---- </h1><h2>Abstract </h2><p>A waitable timer gives a very stable result for small wait times. <br /> ! </p><h2>Glossary ! </h2><p><b><code>:Class WaitableTimer <Super EventObject </code></b><br>Create a waitable timer object. </p><p><b><code>:M CreateTimer: ( - ) Index: class-EventClass.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/class-EventClass.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** class-EventClass.htm 4 Dec 2015 15:43:48 -0000 1.1 --- class-EventClass.htm 4 Dec 2015 15:57:24 -0000 1.2 *************** *** 16,20 **** Also useable to wait for a thread or process.<br /> An array of events needs an other class. ! </p><p><b><code>: .wait ( wait-value - ) </code></b><br>Shows the wait state. </p><p><b><code>:Class EventObject <Super Object --- 16,21 ---- Also useable to wait for a thread or process.<br /> An array of events needs an other class. ! </p><h2>Glossary ! </h2><p><b><code>: .wait ( wait-value - ) </code></b><br>Shows the wait state. </p><p><b><code>:Class EventObject <Super Object |