Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/screego/server
/ waitForServerToClose
Function
waitForServerToClose
server/server.go:81–87 ·
view source on GitHub ↗
(shutdown <-chan error)
Source
from the content-addressed store, hash-verified
79
}
80
81
func
waitForServerToClose(shutdown <-
chan
error) error {
82
err := <-shutdown
83
if
err == http.ErrServerClosed {
84
return
nil
85
}
86
return
err
87
}
Callers
1
Start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected