Module windows_win::raw::timer
source · Expand description
Windows timers API
Structs
- Schedules delete and exit immediately
- Timer that schedules callback on thread pool
- Describes timer flags
- Queue for timer
- Waits for all callback functions to finish
Constants
- Default timer flags to only execute callback on non-IO thread
- Default Timer queue
Traits
- Describes how to delete timer/queue
Functions
- Retrieves the current value of the performance counter, which is a high resolution (<1us) time stamp that can be used for time-interval measurements.
- Retrieves the frequency of the performance counter.
Type Aliases
- Raw type of callback function