Difference between revisions of "9. Use of Queue"
m |
m |
||
Line 9: | Line 9: | ||
==Code== | ==Code== | ||
+ | |||
+ | Find more examples on queue [[Use of Queue with delay in receiving task|here]] | ||
<html><script src="https://gist.github.com/Amritach/ff0aa0ccfd9b4cad7577.js"></script></html> | <html><script src="https://gist.github.com/Amritach/ff0aa0ccfd9b4cad7577.js"></script></html> | ||
{{DISQUS}} | {{DISQUS}} |
Revision as of 14:12, 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
Find more examples on queue here