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

Struct ParentActor

pkg/actor/actor_test.go:66–68  ·  view source on GitHub ↗

ParentActor 父 Actor,可以创建子 Actor

Source from the content-addressed store, hash-verified

64
65// ParentActor 父 Actor,可以创建子 Actor
66type ParentActor struct {
67 children []*PID
68}
69
70func (a *ParentActor) Receive(ctx *Context, msg Message) {
71 switch msg.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected