mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
165ee45334
So that, if a timeout happens and we decide to stop blocking on the operation, the writer will not block when they try to report the result of the operation. This should address Issue #1780 and it's a follow up for PR #1683, PR #1754 and PR #1772. Signed-off-by: Filipe Brandenburger <filbranden@google.com>