JUGademy#4: Heinz Kabutz - AbstractQueuedSynchronizer: The cornerstone of Java concurrency

Описание к видео JUGademy#4: Heinz Kabutz - AbstractQueuedSynchronizer: The cornerstone of Java concurrency

Java 5 offered a major overhaul of the way that Java programmers communicated between threads with the advent of the java.util.concurrent package. The most central class is the AbstractQueuedSynchronizer, used by most of the other synchronizers in the package. In this lesson, we learn how it works and how it was adapted to take us into a non-blocking future.


Heinz Kabutz – he is the mastermind behind The Java Specialists' Newsletter. He has a PhD in Computer Science. Heinz has programmed significant portions of several large Java applications and has taught Java to thousands of professional programmers. He is a regular speaker at all the major Java conferences. Heinz was chosen as a Java Champion by Sun Microsystems, the inventors of Java, for his work in advancing Java. Heinz presents our Java training courses anywhere in the world, either in person or via remote teaching technologies. He is the author of all our courses, including Java Specialist Master, Design Patterns and Concurrency Specialist Courses.


Detailed explanation of concepts covered in this video can be found in Heinz's courses:
TearDown 01 - ArrayBlockingQueue: https://javaspecialists.teachable.com...

TearDown 02 - Copy-On-Write Collections: https://javaspecialists.teachable.com...

Superpack 21 (Contains everything): https://javaspecialists.teachable.com...

Комментарии

Информация по комментариям в разработке