yield() method now accepts an optional boolean forced argument
(default is true), a non-forced yield will not lower the CPU utilization of a busy loop, but will yield to tasks of equal or higher priority.
Please register or sign in to comment
(default is true), a non-forced yield will not lower the CPU utilization of a busy loop, but will yield to tasks of equal or higher priority.