Module zng_app::timer

source ·
Expand description

App timers, deadlines and timeouts.

The primary struct of this module is TIMERS. You can use it to create UI bound timers that run using only the main thread and can awake the app event loop to notify updates.

Structs§

Type Aliases§