Hacker News new | ask | show | jobs
by mseepgood 3006 days ago
Mutating shared state without synchronization is a bug with or without this proposal. Goroutines already run on potentially different OS threads or processors with the current m:n scheduler implementation.