Scoped Values in Java 24 - Inside Java Newscast #86
Nicolai Parlog on February 27, 2025Scoped values enable a method to share immutable data both with its callees within a thread and with child threads in a convenient, safe, scalable way, particular in comparison to thread-local variables. They are a preview feature in Java 24.
Make sure to check the show-notes.