MCPcopy Index your code
hub / github.com/fvbock/endless / Close

Method Close

endless.go:537–543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

535}
536
537func (w endlessConn) Close() error {
538 err := w.Conn.Close()
539 if err == nil {
540 w.server.wg.Done()
541 }
542 return err
543}
544
545/*
546RegisterSignalHook registers a function to be run PRE_SIGNAL or POST_SIGNAL for

Callers 2

shutdownMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected