Deploy to GitHub Pages:

This commit is contained in:
Travis CI
2021-04-08 06:01:20 +00:00
parent fc9952b5bd
commit f3d3299199
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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>