Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does Java's implementation of virtual threads perform any kind of work stealing when a particular physical thread has no virtual threads to run (e.g. they are all blocked on I/O)?


It does. They get scheduled onto the ForkJoinPool which is a work stealing pool.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: