Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I think this is OK because the only point that wakes the `sync.Cond` is _after_ closing the channel and updating the `status` member. There should be no way to close the channel _before_ updating the status. If there were, this code would be racy again. Signed-off-by: Hank Donnay <[email protected]>
- Loading branch information