fix worker pools link
This commit is contained in:
parent
77d43eebe7
commit
46fbbfda0f
@ -1,6 +1,6 @@
|
||||
// The primary mechanism for managing state in Go is
|
||||
// communication over channels. We saw this for example
|
||||
// with [worker pools](worker-pool). There are a few other
|
||||
// with [worker pools](worker-pools). There are a few other
|
||||
// options for managing state though. Here we'll
|
||||
// look at using the `sync/atomic` package for _atomic
|
||||
// counters_ accessed by multiple goroutines.
|
||||
|
Loading…
x
Reference in New Issue
Block a user