MCPcopy Create free account
hub / github.com/danderson/netboot / Shutdown

Method Shutdown

pixiecore/pixiecore.go:269–274  ·  view source on GitHub ↗

Shutdown causes Serve() to exit, cleaning up behind itself.

()

Source from the content-addressed store, hash-verified

267
268// Shutdown causes Serve() to exit, cleaning up behind itself.
269func (s *Server) Shutdown() {
270 select {
271 case s.errs <- nil:
272 default:
273 }
274}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected