89

Leandro Latorre España

A citizen from a pale blue dot

Leandro Latorre

4-Minute Read

Hilos

Virtual threads, also known as fibers or green threads, are a new feature introduced in JDK 21 that allows developers to create lightweight threads that are managed by the JVM rather than the operating system. This can lead to improved performance and scalability when dealing with large numbers of threads.

Recent Posts

Categories