Earlier quoted context omitted.
Each thread adds overhead. Some usage types don’t care, some do. From what I gather virtual threads are an alternative to “callback-hell” (js) or async coloring (python).
> Some usage types don’t care, some do. I suspect if you care about threads overhead, you won't pick Java, because there will be overhead in other areas too > From what I gather virtual threads are an alternative to “callback-hell” (js) or async coloring (python). there is also existing ExecutorService and futures in Java
Yes, virtual threads are an alternative also to those. (Kind of)