Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goinaction/code
/ Shutdown
Method
Shutdown
chapter7/patterns/work/work.go:45–48 ·
view source on GitHub ↗
Shutdown waits for all the goroutines to shutdown.
()
Source
from the content-addressed store, hash-verified
43
44
// Shutdown waits for all the goroutines to shutdown.
45
func
(p *Pool) Shutdown() {
46
close(p.work)
47
p.wg.Wait()
48
}
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected