Hacker News new | ask | show | jobs
by gf000 452 days ago
That's not even remotely the same thing as the current virtual threads, that automagically turn (many kind of) blocking IO into non-blocking.
1 comments

If "automagically" means "the way Golang does it" then that's kinda the whole point of M:N threads/fibers.
My point was that green threads are not at all the same as virtual threads.