Prioritised Cooperative sheduling...

simrantogether wrote on Monday, December 31, 2007:

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…

picmeup wrote on Monday, December 31, 2007:

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.