CreateActor typedef

CreateActor = FutureOr<ActorRef> Function(Uri path, int mailboxSize)

Creates an actor for the given Uri.

Implementation

typedef CreateActor = FutureOr<ActorRef> Function(Uri path, int mailboxSize);