|
|
|
|
|
by spuz
1158 days ago
|
|
That looks similar to Java FutureTasks + Executors which is a very different concept from virtual threads. Virtual threads mean that a blocking thread can yield to any other non blocking thread seamlessly and with very little overhead. .NET Tasks cannot do this as far as I can tell. |
|