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§
- Time
Event - A timer event source
- Time
Event Internal - An opaque timer event source object.
- Time
Event Ref - A reference to a timer event source, provided to the callback, allowing modification within the callback itself.