mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
Add preamble for Scheduler module (#919)
We need some opening remarks here to get rid of the TODO.
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user