Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inside process, create dummy closer when passed a nil closer.
The closer in this function is required to be non-nil since it's used inside a select block. This changes creates a dummy closer with an initial count of zero if the passed closer is nil.
- Loading branch information