Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AsyncBlock: Add buffer to async block channel
There's no need to keep the matcher blocked until the channel is read. The channel is intended as a signal only, but if it's not read we don't want that goroutine to stick around forever.
- Loading branch information