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

Method handleTerminated

pkg/workflow/actor_engine.go:570–572  ·  view source on GitHub ↗

handleTerminated 处理 Actor 终止通知

(ctx *actor.Context, msg *actor.Terminated)

Source from the content-addressed store, hash-verified

568
569// handleTerminated 处理 Actor 终止通知
570func (c *CoordinatorActor) handleTerminated(ctx *actor.Context, msg *actor.Terminated) {
571 wfLog.Debug(context.Background(), "actor terminated", map[string]any{"actor_id": msg.Who.ID})
572}
573
574// handleStopping 处理停止
575func (c *CoordinatorActor) handleStopping(ctx *actor.Context) {

Callers 1

ReceiveMethod · 0.95

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected