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.