|
|
|
|
|
by haxen
2141 days ago
|
|
I think the distinction is pretty clear: either the mechanism requires cooperation by the application thread (which typically initiates the yield at a compiled-in, predefined point), or it doesn't and the runtime environment preempts it from the outside. Virtual threads are of the former kind. (At least as long as we don't involve the forced preemption feature). |
|