Suspends the execution of the calling task until switchToTask is called manually.
This low-level scheduling function is usually only used internally. Failure to call switchToTask will result in task starvation and resource leakage.
If specified, is required to
switchToTask
See Implementation
Suspends the execution of the calling task until switchToTask is called manually.
This low-level scheduling function is usually only used internally. Failure to call switchToTask will result in task starvation and resource leakage.