Call Scheduling Functions Class Help
- Updated2023-02-21
- 1 minute(s) read
Call Scheduling Functions Class Help
This class contains functions you can use to run your thread functions in a thread poolthread pool. You can use the default thread pool by passing DEFAULT_THREAD_POOL_HANDLE in the poolHandle parameter of the scheduling functions. Alternatively, you can call CmtNewThreadPool to create a custom thread pool and pass its handle to the scheduling functions.
![]() |
Note If you want to perform some operation in a timer callback that executes in its own thread, you can use the toolslib/toolbox/asynctmr.fp instrument driver. This timer uses its own thread to execute the timer callback and does not require you to create a thread or explicitly schedule a function in another thread. |
Library: Utility Library