Hacker News new | ask | show | jobs
by gpderetta 2813 days ago
The 1:1 mapping is just an implementation detail of of current JVMs. Originally green threads (with an M:N scheduler) were used instead. IIRC they weren't even guaranteed to be preemptively scheduled, I don't know if this has changed since.

Technically os threads are also simply continuations.