Files
etcd/server
Doug MacEachern d73390a674 fix(server): avoid race conditions in Run/Stop
- don't close ready channel until PeerServer is listening.
  avoids possible panic in Stop() if PeerServer is nil.

- avoid data race in Run() (err variable was shared between 2 goroutines)

- avoid data race in PeerServer Start/Stop (PeerServer.closeChan)
2014-04-15 09:24:54 -07:00
..
2014-04-08 17:37:05 -07:00
2013-10-11 01:02:38 -06:00
2014-04-08 17:37:05 -07:00
2013-10-12 15:56:43 -06:00
2013-10-30 17:36:15 -07:00