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

Struct PoisonPill

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

PoisonPill 毒丸消息,优雅停止 Actor

Source from the content-addressed store, hash-verified

218
219// PoisonPill 毒丸消息,优雅停止 Actor
220type PoisonPill struct{}
221
222func (p *PoisonPill) Kind() string { return "system.poison_pill" }
223

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected