mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Remove redundant title from page body
parent
cfa14467d0
commit
566204474b
@ -1,5 +1,3 @@
|
||||
[https://github.com/golang/go/wiki/BoundingResourceUse/_edit](https://github.com/golang/go/wiki/BoundingResourceUse/_edit)# Bounding resource use
|
||||
|
||||
To bound a program's use of a limited resource - like memory - have goroutines synchronize their use of that resource using a buffered channel (i.e., use the channel as a semaphore):
|
||||
|
||||
```go
|
Loading…
x
Reference in New Issue
Block a user