Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
func
(c *Context) Stop(pid *PID) {
147
c.system.Stop(pid)
148
}
149
150
// StopSelf 停止当前 Actor
151
func
(c *Context) StopSelf() {
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected