Runs an actor until the snapshot predicate returns true.
true
Immediately stops the actor thereafter.
Actor logic which emits snapshots
An existing xs.Actor
Snapshot predicate; see xs.waitFor
The snapshot that matches the predicate
https://stately.ai/docs/actors#waitfor
Runs an actor until the snapshot predicate returns
true
.Immediately stops the actor thereafter.