Skip to content

Commit

Permalink
Remove remaining references to scheduler.yield options (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Aug 22, 2024
1 parent 714aeb3 commit 00a8773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/scheduling-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ the API into existing code that uses {{AbortSignal|AbortSignals}}.
milliseconds.
</dd>

<dt><code>result = scheduler . {{Scheduler/yield()|yield}}( |options| )</code></dt>
<dt><code>result = scheduler . {{Scheduler/yield()|yield}}()</code></dt>
<dd>
<p>Returns a promise that is fulfilled with <code>undefined</code> or rejected with the
{{AbortSignal}}'s [=AbortSignal/abort reason=], if the continuation is aborted.
Expand Down Expand Up @@ -142,8 +142,8 @@ The <dfn method for=Scheduler title="postTask(callback, options)">postTask(|call
method steps are to return the result of [=scheduling a postTask task=] for [=this=] given
|callback| and |options|.

The <dfn method for=Scheduler title="yield(options)">yield(|options|)</dfn> method steps are to
return the result of [=scheduling a yield continuation=] for [=this=] given |options|.
The <dfn method for=Scheduler title="yield()">yield()</dfn> method steps are to
return the result of [=scheduling a yield continuation=] for [=this=].


## Definitions ## {#sec-scheduling-tasks-definitions}
Expand Down

0 comments on commit 00a8773

Please sign in to comment.