Are there any reason why `InvokeAll` is using channel buffering instead of semaphore?
Open
- Dominant language
- Go
- Stars
- 30
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
As the title suggests, using semaphore would make the code much clearer to read. The channel buffering makes sense, but need some time to make sense of.
Are there any specific reason?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.