|
|
|
|
|
by hardwaresofton
28 days ago
|
|
That’s right — I’m assuming you mean OS threads when you write “actual threads”. Stackless Coroutines are currently supported for p3, stackful coroutines AKA “virtual threads” are coming (which I assume is what you mean by green threads), and “actual threads” as in OS threads are not currently a goal for the ABI AFAIK —- would you mind explaining some uses you were thinking of? |
|
Do the virtual threads map on top of the Web Workers? Or are the Web Workers themselves green threads?
I was assuming Web Workers are OS threads