Difference between revisions of "9. Use of Queue"
m |
m |
||
Line 6: | Line 6: | ||
In previous tutorials we saw semaphore and mutex usage. Now we will see how to use queue. | In previous tutorials we saw semaphore and mutex usage. Now we will see how to use queue. | ||
− | Before going through this tutorial, it will be good if you check Queue basics. | + | Before going through this tutorial, it will be good if you check [[RTOS Basics : Queue|Queue basics.]] |
==Code== | ==Code== |
Revision as of 13:32, 24 April 2015
Amruta (talk) 20:10, 23 April 2015 (IST)
Intro
In previous tutorials we saw semaphore and mutex usage. Now we will see how to use queue. Before going through this tutorial, it will be good if you check Queue basics.
Code