Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stop: ensure Closer called exactly once
Due to a bug introduced in #59041, `AddCloser` could add a closer that would never be called in the event that the closer was concurrently Stop'ping. This commit fixes it. Fixes #59368. Release note: None
- Loading branch information