Using an Asynchronous Timer to Run Code in Secondary Threads
- Updated2023-02-21
- 1 minute(s) read
You can use the LabWindows/CVI asynchronous timer to run code in a secondary thread. The asynchronous timer calls the function you want to execute, which is called the asynchronous timer callback, at the period that you specify.
![]() |
Note The behavior of asynchronous timers varies depending on operating system. |
