File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,8 @@ An Incremental Publisher Record is a structure containing:
359
359
- {eventQueue}: a queue to which events can be pushed from multiple sources,
360
360
perhaps concurrently.
361
361
- {pending}: a list of pending notifications for Deferred Fragment or Stream
362
- Records whose parent is the initial result.
362
+ Records whose parent is the initial result, set after the Completed Initial
363
+ Result Event has been processed.
363
364
- {subsequentResults}: an iterator for the Subsequent Result stream.
364
365
365
366
#### Incremental Result Records
@@ -1039,6 +1040,7 @@ serial):
1039
1040
- Set {data} on {initialResult} to {data}.
1040
1041
- Enqueue a Completed Initial Result Event on {eventQueue} with {id}.
1041
1042
- Let {pending} be the corresponding entry on {incrementalPublisher}.
1043
+ - Wait for {pending} to be set.
1042
1044
- If {pending} is empty, return {initialResult}.
1043
1045
- Let {hasNext} be {true}.
1044
1046
- Set the corresponding entries on {initialResult} to {pending} and {hasNext}.
You can’t perform that action at this time.
0 commit comments