Prioritised Cooperative sheduling…

Hi all, A newbie over here… I wanted to know the meaning of this sentence… " Coroutines use Prioritised Cooperative sheduling with respect to other co-routines… " Regards, Simran..

Prioritised Cooperative sheduling…

It means that coroutines use a cooperative scheduling policy and not a preemptive scheduling policy but they can be preempted by tasks. With respect to other coroutines just means that one coroutine can yield to another but not to a task.