open-nomad/drivers/shared
Mahmood Ali 2a7b18aec4
Revert "executor: synchronize exitState accesses" (#5449)
Reverts hashicorp/nomad#5433

Apparently, channel communications can constitute Happens-Before even for proximate variables, so this syncing isn't necessary.

> _The closing of a channel happens before a receive that returns a zero value because the channel is closed._
https://golang.org/ref/mem#tmp_7
2019-03-20 07:33:05 -04:00
..
eventer docker: add default blocks for driver plugin config schema 2018-11-19 22:59:18 -05:00
executor Revert "executor: synchronize exitState accesses" (#5449) 2019-03-20 07:33:05 -04:00