▲ | pjmlp 2 days ago | |
Java has had green threads since day one, most vendors ended up going red threads full way, and now we're back into green and red world. The main difference being that now both models are simultaneously supported instead of being an implementation detail of each JVM. |