Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Wait
Method
Wait
pkg/httpd/server.go:58–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(s *Server) Wait() error {
59
s.done.Wait()
60
return
s.err
61
}
62
63
func
(s *Server) serve(ctx context.Context, ln net.Listener) {
64
defer
s.done.Done()
Callers
15
Run
Method · 0.95
handleQueryStatus
Function · 0.45
TestRequestContextClosure
Function · 0.45
TestDeadlineExceeded
Function · 0.45
closeWithError
Method · 0.45
Run
Method · 0.45
run
Method · 0.45
Update
Function · 0.45
main
Function · 0.45
Cancel
Method · 0.45
pullRace
Function · 0.45
Encode
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestRequestContextClosure
Function · 0.36
TestDeadlineExceeded
Function · 0.36