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

Struct PanicActor

pkg/actor/actor_test.go:82–84  ·  view source on GitHub ↗

PanicActor 会 panic 的 Actor

Source from the content-addressed store, hash-verified

80
81// PanicActor 会 panic 的 Actor
82type PanicActor struct {
83 panicCount int
84}
85
86func (a *PanicActor) Receive(ctx *Context, msg Message) {
87 switch msg.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected