MCPcopy 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
58func (s *Server) Wait() error {
59 s.done.Wait()
60 return s.err
61}
62
63func (s *Server) serve(ctx context.Context, ln net.Listener) {
64 defer s.done.Done()

Callers 15

RunMethod · 0.95
handleQueryStatusFunction · 0.45
TestDeadlineExceededFunction · 0.45
closeWithErrorMethod · 0.45
RunMethod · 0.45
runMethod · 0.45
UpdateFunction · 0.45
mainFunction · 0.45
CancelMethod · 0.45
pullRaceFunction · 0.45
EncodeMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestDeadlineExceededFunction · 0.36