|
|
|
|
|
by zsombor
4558 days ago
|
|
As of Go 1.2 (released a few weeks ago) goroutines are preempted. Sure currently this only happens in the presence of function calls, but it is hard to create a non preemptible infinite loop without function calls by accident. |
|