MCPcopy
hub / github.com/nirui/sshwifty / Wait

Method Wait

application/server/server.go:109–111  ·  view source on GitHub ↗

Wait waits until all server is closed

()

Source from the content-addressed store, hash-verified

107
108// Wait waits until all server is closed
109func (s Server) Wait() {
110 s.shutdownWait.Wait()
111}
112
113func (s *Serving) buildListener(
114 ip string, port uint16) (*net.TCPListener, error) {

Callers 5

runMethod · 0.80
remoteMethod · 0.80
CloseMethod · 0.80
CloseMethod · 0.80
CloseMethod · 0.80

Calls

no outgoing calls

Tested by 1

CloseMethod · 0.64