Re: [whatwg/fetch] Deferred fetching (PR #1647)

@mingyc commented on this pull request.



> +  </ol>
+ </li>
+</ol>
+
+<p>When a <a for=fetch>fetch group</a> <var>fetchGroup</var> is
+<dfn export for="fetch group" id=concept-fetch-group-deactivate>deactivated</dfn>:
+<a for=list>For each</a> <a>deferred fetch record</a> <var>deferredRecord</var> of
+<var>fetchGroup</var>'s <a for="fetch group">deferred fetch records</a> whose
+<a for="deferred fetch record">inactivity delay</a> is not null:
+
+<ol>
+ <li><p>Set <var>deferredRecord</var>'s <a for="deferred fetch record">invoke state</a> to
+ "<code>scheduled</code>".
+
+ <li>
+  <p>Run the following steps <a>in parallel</a>:

```
Run the following steps in parallel
```

Could you please help me understand how the following steps are run `in parallel`? Step 1 says it has to wait, and Step 2 checks if the record is not `scheduled`, step 3 sets state to `activated`. How can these all be run in the same time?




-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#pullrequestreview-1609848121
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1647/review/1609848121@github.com>

Received on Monday, 4 September 2023 17:23:37 UTC