Skip to main content

Module timer

Module timer 

Source
Expand description

Timer callback information and utilities for azul-layout

This module provides Timer, TimerCallbackInfo and related types for managing timers that run on the main UI thread.

Structs§

Timer
A Timer is a function that runs on every frame or at intervals.
TimerCallback
Callback that runs on every frame on the main thread
TimerCallbackInfo
Information passed to timer callbacks

Enums§

OptionTimer
Optional Timer type for API compatibility

Functions§

invoke_timer
Invokes the timer if it should run

Type Aliases§

TimerCallbackType
Callback type for timers