structured-concurrency
Image with slug talk-structured-concurrencyImage with slug talk-structured-concurrency
Structured Concurrency in Action#talk#structured‐concurrency #java‐25
A deep-dive into the structured concurrency API as it is currently proposed Image with slug inside-java-newscast-91Image with slug inside-java-newscast-91
Structured Concurrency Revamp in Java 25 - Inside Java Newscast #91#video#project‐loom #structured‐concurrency
JDK Enhancement Proposal 505 revamps the structured concurrency API in JDK 25 by introducing a configuration and joiners. Image with slug inside-java-newscast-86Image with slug inside-java-newscast-86
Scoped Values in Java 24 - Inside Java Newscast #86#video#java‐24 #project‐loom #structured‐concurrency
Scoped 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. Image with slug inside-java-newscast-39Image with slug inside-java-newscast-39
24 Java Features You Missed In 2022 - Inside Java Newscast #39#video#collections #documentation #java‐18 #java‐19 #pattern‐matching #performance #records #structured‐concurrency
JDK 18 and JDK 19 preview a number of big ticket features but they also come with a lot of smaller improvements. Here are 24 less-known features that were added to Java in 2022. Among them additions to Future and ForkJoinPool, to HashSet and HashMap, Security and GC improvements, Custom Localized Date-Time Formats and an Internet Address Resolution SPI, and much more. Image with slug inside-java-newscast-17Image with slug inside-java-newscast-17
Project Loom Brings Structured Concurrency - Inside Java Newscast #17#video#java‐18 #project‐loom #structured‐concurrency
Project Loom aims to bring structured concurrency to Java, a concept that compares to "regular" concurrency like structured programming compares to GOTO-programming - let's dip our toes into this new concept. Also: JDK 18 feature freeze, JDK migration guide, and nifty things to do with the new simple web server.