filmov
tv
Java 9 Concurrency - High-Level Elements : Using Non-Blocking Thread-Safe Deques | packtpub.com
![preview_player](https://i.ytimg.com/vi/ZLdpldj-AZ8/maxresdefault.jpg)
Показать описание
This playlist/video has been uploaded for Marketing purposes and contains only selective videos.
A deque is a data structure similar to a queue, but you can add or remove elements from either the front (head) or back (tail) in a deque. In this video, you will learn how to use a non-blocking deque in a concurrent program.
• Create a ConcurrentLinkedDeque object
• Create 100 AddTask objects and threads
• Create 100 PollTask objects and threads
For the latest Application development video tutorials, please visit
A deque is a data structure similar to a queue, but you can add or remove elements from either the front (head) or back (tail) in a deque. In this video, you will learn how to use a non-blocking deque in a concurrent program.
• Create a ConcurrentLinkedDeque object
• Create 100 AddTask objects and threads
• Create 100 PollTask objects and threads
For the latest Application development video tutorials, please visit