From fd1d095588d3996dabcd24171112f501763d7d90 Mon Sep 17 00:00:00 2001 From: PureFox48 <64583745+PureFox48@users.noreply.github.com> Date: Thu, 8 Apr 2021 06:56:51 +0100 Subject: [PATCH] Add preamble for Timer module (#920) Opening remarks also needed here. --- doc/site/cli/modules/timer/index.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/site/cli/modules/timer/index.markdown b/doc/site/cli/modules/timer/index.markdown index 64bdaff4..2f7c5808 100644 --- a/doc/site/cli/modules/timer/index.markdown +++ b/doc/site/cli/modules/timer/index.markdown @@ -1,5 +1,7 @@ ^title 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: * [Timer](timer.html)