Amruta (talk) 13:43, 8 April 2015 (IST)


Intro

In last tutorial we saw the effect of vTaskDelay() function.

Now we will see how kernel does task switching depending upon the priorities.

If you are not familiar with what is task switching, check this.

Code