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:
359359- {eventQueue}: a queue to which events can be pushed from multiple sources,
360360 perhaps concurrently.
361361- {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.
363364- {subsequentResults}: an iterator for the Subsequent Result stream.
364365
365366#### Incremental Result Records
@@ -1039,6 +1040,7 @@ serial):
10391040- Set {data} on {initialResult} to {data}.
10401041- Enqueue a Completed Initial Result Event on {eventQueue} with {id}.
10411042- Let {pending} be the corresponding entry on {incrementalPublisher}.
1043+ - Wait for {pending} to be set.
10421044- If {pending} is empty, return {initialResult}.
10431045- Let {hasNext} be {true}.
10441046- Set the corresponding entries on {initialResult} to {pending} and {hasNext}.
You can’t perform that action at this time.
0 commit comments