Hacker News new | ask | show | jobs
by pjmlp 819 days ago
Actually Java brought back the green threads model that it had before Go came to be.

The difference is that now red and green threads are exposed at the API level, and not an implementation detail.

Hardly copying Go.