spawn functions should accept a predicate for target #66
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
e.g.,
runUntilSpawn(actor: Actor, target: string | RegExp)
should berunUntilSpawn(actor: Actor, target: string | RegExp | ((actorRef: AnyActorRef) => boolean))
The text was updated successfully, but these errors were encountered: