From 7a131a67e65fa3db05d02f6406194a88ced027cb Mon Sep 17 00:00:00 2001 From: PureFox48 <64583745+PureFox48@users.noreply.github.com> Date: Thu, 8 Apr 2021 06:56:29 +0100 Subject: [PATCH] Add preamble for Scheduler module (#919) We need some opening remarks here to get rid of the TODO. --- doc/site/cli/modules/scheduler/index.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)