Java ExecutorService Using Virtual Threads

Опубликовано: 09 Октябрь 2024
на канале: Jakob Jenkov
9,466
252

With the addition of Virtual Threads to Java, a special Java ExecutorService implementation was also added which executes every single task submitted to it using a separate virtual thread. In this video I show how to create and use a Java ExecutorService using virtual threads internally.

Twitter: @jjenkov
LinkedIn:   / jakob-jenkov-4a3a8  

If you are new to Java Virtual Threads - here is my Java Virtual Thread introduction :

Text:
https://jenkov.com/tutorials/java-con...

Video:
   • Java Virtual Threads  

Java ExecutorService Videos:

   • Java ExecutorService - Part 1  

   • Java ExecutorService - Part 2  

Java Concurrency tutorials:

Text:
https://jenkov.com/tutorials/java-con...

Video:
   • Java Concurrency and Multithreading -...