Expand description
timer stdlib module โ timer management (host-delegated).
Functions: start, start_once, stop, stop_all. All timer operations are host-delegated stubs โ the runtime host implements actual scheduling. This module validates arguments and returns the expected types.
Structsยง
- Timer
Module - The
timerstdlib module.