From f3d329919927321ba845bc92253ed7d34da9e3ce Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Thu, 8 Apr 2021 06:01:20 +0000 Subject: [PATCH] Deploy to GitHub Pages: --- cli/modules/scheduler/index.html | 3 ++- cli/modules/timer/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cli/modules/scheduler/index.html b/cli/modules/scheduler/index.html index 999e4e66..d219e42a 100644 --- a/cli/modules/scheduler/index.html +++ b/cli/modules/scheduler/index.html @@ -60,7 +60,8 @@

Module "scheduler"

-

TODO

+

This module provides a vehicle to allow other operations to be performed asynchronously whilst waiting for the main operation to be completed.

+

It contains a single class:

diff --git a/cli/modules/timer/index.html b/cli/modules/timer/index.html index 53122664..2c319902 100644 --- a/cli/modules/timer/index.html +++ b/cli/modules/timer/index.html @@ -60,7 +60,8 @@

Module "timer"

-

TODO

+

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.

+

It contains a single class: