mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-16 20:28:04 +01:00
8 lines
266 B
Markdown
8 lines
266 B
Markdown
^title Module "timer"
|
|
|
|
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)
|