Files
virtual-kubelet/node
Sargun Dhillon fbed4ca702 Remove usage of atomics
It turns out that running atomic.Read(...) in a tight loop breaks
Golang. The goroutine would never yield control over the scheduler,
so we ended up getting into a situation where the test would get
stuck forever. This moves to a different model, in which
there is a condition var, instead of atomics in loops.
2019-08-13 11:25:21 -07:00
..
2019-07-17 10:36:17 +08:00
2019-08-05 20:13:40 +01:00
2019-08-13 11:25:21 -07:00
2019-08-13 11:25:21 -07:00
2019-08-13 11:25:21 -07:00