containerd / go-runc

runc bindings for Go
Apache License 2.0
161 stars 71 forks source link

Refactor Monitor interface to only handle Start() & Wait() #26

Closed mlaventure closed 6 years ago

mlaventure commented 6 years ago

Monitor.Wait() only returns the process exit status once it is reaped. It is up to the user to check that the status indicates a success.

Signed-off-by: Kenfe-Mickael Laventure mickael.laventure@gmail.com

crosbymichael commented 6 years ago

@mlaventure did you miss committing a function?

mlaventure commented 6 years ago

@crosbymichael no, I forgot to type a letter :sweat_smile:

crosbymichael commented 6 years ago

LGTM