Algorithms like Peterson’s algorithm 
<http://cs.nyu.edu/~lerner/spring12/Read03-MutualExclusion.pdf> and others 
<https://www.amazon.com/Synchronization-Algorithms-Concurrent-Programming-Taubenfeld/dp/0131972596>,
 
which i think was developed before languages provide Mutexes or Channels 
(or something similar)

If i want to be able to develop complex concurrent programs, should i study 
those algorithms? or is it a waste of time?

-- 
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