You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actors.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,8 +187,6 @@ See [persistence](persistence.mdx) for more details.
187
187
188
188
You can wait for an actor’s snapshot to satisfy a predicate using the `waitFor(actor, predicate, options?)` helper function. The `waitFor(...)` function returns a promise that is:
189
189
190
-
You can wait for an actor’s snapshot to satisfy a predicate using the `waitFor(actor, predicate, options?)` helper function. The `waitFor(...)` function returns a promise that is:
191
-
192
190
- Resolved when the emitted snapshot satisfies the `predicate` function
193
191
- Resolved immediately if the current snapshot already satisfies the `predicate` function
194
192
- Rejected if an error is thrown or the `options.timeout` value is elapsed.
0 commit comments