Skip to content

Commit aeff9e3

Browse files
committed
f
1 parent 84b693b commit aeff9e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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}.

0 commit comments

Comments
 (0)