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: