Hacker News new | ask | show | jobs
by kaba0 999 days ago
Yes - green threads at the time were basically a solution to a hardware limitation.

Virtual threads make blocking IO calls automagically non-blocking, allowing for better utilization of the CPU.