diff --git a/doc/site/cli/modules/scheduler/index.markdown b/doc/site/cli/modules/scheduler/index.markdown index 19c60d5b..971b8acf 100644 --- a/doc/site/cli/modules/scheduler/index.markdown +++ b/doc/site/cli/modules/scheduler/index.markdown @@ -1,5 +1,7 @@ ^title 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: * [Scheduler](scheduler.html)