1
0
forked from Mirror/wren

Add preamble for Scheduler module (#919)

We need some opening remarks here to get rid of the TODO.
This commit is contained in:
PureFox48
2021-04-08 06:56:29 +01:00
committed by GitHub
parent e4052a25d7
commit 7a131a67e6

View File

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