Hacker News new | past | comments | ask | show | jobs | submit login

The Go runtime manages a pool of OS threads with which to make blocking syscalls, while only a few OS threads run Go code.

Calls to external C libs are treated the same as syscalls.




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

Search: