Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was a possible data race when calling `With` on a `closerCore`. If `With` was called from different goroutines, a data race could occur. This commit fixes it.
- Loading branch information