Adam Warski
Sep 1, 2021

Yes, blocking calls should now block the virtual thread/fiber, instead of the OS-level thread. The native thread will then be able to execute other virtual threads/fibers.

If this will apply to all blocking operations in Java remains to be seen, as Loom is implemented and tested in real world.

Adam Warski
Adam Warski

Written by Adam Warski

Software engineer, Functional Programming and Scala enthusiast, SoftwareMill co-founder

Responses (1)