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
Play by Play: Developing Microservices and Mobile Apps with JHipsterPluralsight Software Archaeology - Learning from the Landing on the Moon
Devoxx via YouTube Create an Eco-Friendly World with Green Software Engineering
Devoxx via YouTube Platform Building for Data Mesh - Show Me How It Is Done
Devoxx via YouTube The Hitchhiker's Guide to Software Architecture and Design
Devoxx via YouTube