mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
exitState is set in `wait()` goroutine but accessed in a different `Wait()` goroutine, so accesses must be synchronized by a lock.
exitState is set in `wait()` goroutine but accessed in a different `Wait()` goroutine, so accesses must be synchronized by a lock.