Code related to course Java 21 - Virtual Threads from Virja Shetty@Udemy
It is a course about the new feature of Java 21, Virtual Threads. It is a new way to create threads in Java, more efficient and easy to use.
The code is divided into modules, each module is a different topic of the course where my own code is in module my-virtual-threads. Other modules are the code provided by the instructor.