Module timer

Source
Expand description

Main loop timer events.

§Notes

Time events may be created (or reset) with either Unix time values or real-time (monotonic) based values (though if the mainloop does not support monotonic time value, they may be silently converted to unix time).

Note that time events created with one form of time value can be freely restarted with the other form of time value.

Structs§

TimeEvent
A timer event source
TimeEventInternal
An opaque timer event source object.
TimeEventRef
A reference to a timer event source, provided to the callback, allowing modification within the callback itself.