Hacker News new | ask | show | jobs
by pjmlp 210 days ago
And green threads were already present in JVM early days, with red threads being the actual OS threads.

Solaris LWP and Windows Fibers were two other examples of OSes providing the infrastructure for a task based programming, although they had some issues.