Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
109
func
(s Server) Wait() {
110
s.shutdownWait.Wait()
111
}
112
113
func
(s *Serving) buildListener(
114
ip string, port uint16) (*net.TCPListener, error) {
Callers
5
run
Method · 0.80
remote
Method · 0.80
Close
Method · 0.80
Close
Method · 0.80
Close
Method · 0.80
Calls
no outgoing calls
Tested by
1
Close
Method · 0.64