MCPcopy Create free account
hub / github.com/astercloud/aster / Stop

Method Stop

pkg/actor/types.go:146–148  ·  view source on GitHub ↗

Stop 停止指定 Actor

(pid *PID)

Source from the content-addressed store, hash-verified

144
145// Stop 停止指定 Actor
146func (c *Context) Stop(pid *PID) {
147 c.system.Stop(pid)
148}
149
150// StopSelf 停止当前 Actor
151func (c *Context) StopSelf() {

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected