MCPcopy
hub / github.com/google/seesaw / stop

Method stop

engine/vserver.go:519–524  ·  view source on GitHub ↗

stop tells a running vserver that it should quit.

()

Source from the content-addressed store, hash-verified

517
518// stop tells a running vserver that it should quit.
519func (v *vserver) stop() {
520 select {
521 case v.quit <- true:
522 default:
523 }
524}
525
526// updateConfig queues a vserver configuration update for processing. This
527// will block if a configuration update is already pending.

Callers 2

updateVserversMethod · 0.45
shutdownVserversMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected