Expand description
Windows timers API
Structs§
- NoWait
- Schedules delete and exit immediately
- Queue
Timer - Timer that schedules callback on thread pool
- Timer
Flags - Describes timer flags
- Timer
Queue - Queue for timer
- Wait
- Waits for all callback functions to finish
Constants§
- DEFAULT_
TIMER_ FLAGS - Default timer flags to only execute callback on non-IO thread
- DEFAULT_
TIMER_ QUEUE - Default Timer queue
Traits§
- Complete
Event - Describes how to delete timer/queue
Functions§
- query_
performance_ counter - Retrieves the current value of the performance counter, which is a high resolution (<1us) time stamp that can be used for time-interval measurements.
- query_
performance_ frequency - Retrieves the frequency of the performance counter.
Type Aliases§
- Callback
Type - Raw type of callback function