I was reading this informative page on Green Thread (Wikipedia) and I wonder: what other programming systems rely on "green processes" beside Erlang?
Edit: " Green Thread != Green Process "
Green Process based
- Erlang
- Inferno
Green Thread based
- Go
Native Process based
- C, C++
Updated: Nobody answered the question directly and so I have accepted an answer that provided me with more information with regards to Green Processes in general.
Regarding the whole "green thread" as a name, see comments on this post:
I wish we could use the terminology from operating systems instead, e.g. user-space vs kernel scheduling of threads. After all, it is an operating system level distinction. The name "green thread" is only Java history.