9 |
<p> |
<p> |
10 |
Suspends / pauses execution of the current event handler instance for the requested |
Suspends / pauses execution of the current event handler instance for the requested |
11 |
amount of microseconds. The paused event handler instance can also be resumed before |
amount of microseconds. The paused event handler instance can also be resumed before |
12 |
the requested amount times elapsed by calling <code>stop_wait()</code> from another |
the requested amount times elapsed by calling <code lang="nksp">stop_wait()</code> from another |
13 |
event handler instance. |
event handler instance. |
14 |
</p> |
</p> |
15 |
<note> |
<note> |