Hacker News
new
past
comments
ask
show
jobs
points
by
nasretdinov
50 minutes ago
|
comments
by
nasretdinov
47 minutes ago
|
[-]
Also having stuff like a concurrency limiter (instead of doing weird var limiter chan struct{} and using it as `limiter <- struct{}{}` and `defer <-limiter`) as a library function in `sync` package would be great too.
reply
by
aatd86
29 minutes ago
|
parent
|
[-]
But I guess the issue is that oftentimes, it is more of a distributed system coordination issue?
What use case do you have in mind?
reply