MENU

Fun & Interesting

Java Virtual Threads

Jakob Jenkov 49,007 lượt xem 2 years ago
Video Not Working? Fix It Now

Java Virtual Threads are a new kind of lightweight threads that were added to Java in Java 19. In this video I describe what Java virtual threads are, how virtual threads are different from the existing platform threads, and show you a quick example of how to use virtual threads.

Twitter: @jjenkov
LinkedIn: https://www.linkedin.com/in/jakob-jenkov-4a3a8/

Java Virtual Threads - Text version:
https://jenkov.com/tutorials/java-concurrency/java-virtual-threads.html

Java ExecutorService Using Virtual Threads Internally:
https://www.youtube.com/watch?v=N2sskKGnCqc&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4&index=17

Java Concurrency Playlist:
https://www.youtube.com/playlist?list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4

Java Concurrency Tutorials:
https://jenkov.com/tutorials/java-concurrency/index.html

Comment