Java Virtual Threads: The Pinning Problem, the Deadlock, and the Fix in Java 24
These blogs cover what I’ve learned so far, and I’ll continue to add more as I explore new topics.
Virtual threads are available as a preview feature in JDK 19 and will come out of preview in JDK 21 (https://openjdk.org/jeps/444). It would be nice to be able to use them with Caffeine without inc...
These blogs cover what I’ve learned so far, and I’ll continue to add more as I explore new topics.