create static method
Creates a new actor system.
Implementation
static ActorSystem create([ActorSystemConfig? config]) {
return LocalActorSystem(config);
}
Creates a new actor system.
static ActorSystem create([ActorSystemConfig? config]) {
return LocalActorSystem(config);
}