Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's not getting green threads per se, it's getting co-routines. Even then, the co-routines will be mostly a library feature rather than a language feature. As for the distinction between coroutines and green threads - coroutines explicitly yield whilst green threads can be pre-empted. Implementing coroutines without a runtime is hard, implementing green threads without a runtime is harder.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: