Using Java 8 Lambdas and Stampedlock to Manage Thread Safety
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the intricacies of thread safety management using Java 8 Lambdas and StampedLock in this 47-minute Devoxx conference talk. Delve into the concept of StampedLock, introduced in Java 8, and discover its effectiveness in managing thread safety for objects with multiple fields and invariants in many-producer/many-consumer systems. Learn common StampedLock idioms and how to leverage Lambdas to make them pluggable. Investigate lock-free solutions based on AtomicReference, Unsafe, and VarHandles. Gain valuable insights from Dr. Heinz Kabutz, author of the widely-read "The Java Specialists' Newsletter," as he shares his expertise on advanced Java concurrency techniques.
Syllabus
Using Java 8 Lambdas and Stampedlock to manage thread safety by Heinz M. Kabutz
Taught by
Devoxx
Related Courses
Create Your First Multithreaded Application in JavaCoursera Project Network via Coursera Creational Design Patterns in Swift 5
Pluralsight Advanced Threading in C#
LinkedIn Learning How To Write Bulletproof Multi-Threaded C# Code
Udemy Efficient Java Multithreading and Concurrency with Executors
Udemy