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

Function NewSystem

pkg/actor/system.go:134–136  ·  view source on GitHub ↗

NewSystem 创建新的 Actor 系统

(name string)

Source from the content-addressed store, hash-verified

132
133// NewSystem 创建新的 Actor 系统
134func NewSystem(name string) *System {
135 return NewSystemWithConfig(name, DefaultSystemConfig())
136}
137
138// NewSystemWithConfig 使用配置创建 Actor 系统
139func NewSystemWithConfig(name string, config *SystemConfig) *System {

Calls 2

NewSystemWithConfigFunction · 0.85
DefaultSystemConfigFunction · 0.85