Add preamble for Timer module (#920)

Opening remarks also needed here.
This commit is contained in:
PureFox48
2021-04-08 06:56:51 +01:00
committed by GitHub
parent 7a131a67e6
commit fd1d095588

View File

@ -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)