Application.YieldToNextThread
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use Thread.YieldToNext as a replacement. |
Method
Triggers a context change.
Notes
This causes the Thread Scheduler to yield the currently executing thread's processing time to the next Thread in the queue that is awaiting processing cycles. It is possible for the next Thread to be the currently executing Thread.