containerd/windows
Michael Crosby 9f13b414b9 Return exit status from Wait of stopped process
This changes Wait() from returning an error whenever you call wait on a
stopped process/task to returning the exit status from the process.

This also adds the exit status to the Status() call on a process/task so
that a user can Wait(), check status, then cancel the wait to avoid
races in event handling.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-08-03 17:22:33 -04:00
..
hcsshimopts windows: Move runtime options out of the spec field 2017-07-20 17:22:59 +02:00
hcsshim.go windows: Refactor whole code 2017-07-20 18:39:46 +02:00
io.go windows: Refactor whole code 2017-07-20 18:39:46 +02:00
meta.go windows: Refactor whole code 2017-07-20 18:39:46 +02:00
pid_pool.go windows: Refactor whole code 2017-07-20 18:39:46 +02:00
process.go Return exit status from Wait of stopped process 2017-08-03 17:22:33 -04:00
runtime.go events: refactor event distribution 2017-07-25 15:08:09 -07:00
task.go Return exit status from Wait of stopped process 2017-08-03 17:22:33 -04:00