1
0
forked from Mirror/wren
Files
wren/doc/site/cli/modules/scheduler/index.markdown
PureFox48 7a131a67e6 Add preamble for Scheduler module (#919)
We need some opening remarks here to get rid of the TODO.
2021-04-07 22:56:29 -07:00

8 lines
230 B
Markdown

^title Module "scheduler"
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)