Y
Hacker News
new
|
ask
|
show
|
jobs
by
cdoxsey
2673 days ago
Go is not fully preemptive, but in practice it usually is (it preempts at function calls):
https://github.com/golang/go/issues/10958
.