forked from Mirror/wren
8 lines
230 B
Markdown
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)
|