Coming from C++/C# background where locks/mutexes are considered evil due 
to blocking threads.
Due to how the Go goroutine scheduler works, are the Go counterpart of 
those primitives "different"?

Should I see the Go variants of these primitives more like yield points 
where the execution of a goroutine yields to let other goroutines run.
And thus not resulting in the same resource code/weight as the primitives 
has in other languages?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to