mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
Deploy to GitHub Pages:
This commit is contained in:
@ -60,7 +60,8 @@
|
||||
</nav>
|
||||
<main>
|
||||
<h1>Module "scheduler"</h1>
|
||||
<p><strong>TODO</strong></p>
|
||||
<p>This module provides a vehicle to allow other operations to be performed asynchronously whilst waiting for the main operation to be completed.</p>
|
||||
<p>It contains a single class:</p>
|
||||
<ul>
|
||||
<li><a href="scheduler.html">Scheduler</a></li>
|
||||
</ul>
|
||||
|
||||
@ -60,7 +60,8 @@
|
||||
</nav>
|
||||
<main>
|
||||
<h1>Module "timer"</h1>
|
||||
<p><strong>TODO</strong></p>
|
||||
<p>This module provides a mechanism to suspend the current fiber for a given period of time either as a simple delay or to allow other operations to be performed asynchronously in the meantime.</p>
|
||||
<p>It contains a single class:</p>
|
||||
<ul>
|
||||
<li><a href="timer.html">Timer</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user