Skip to content

Commit

Permalink
Fix xref in 'schedule a yield continuation' (#99)
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
shaseley authored Jul 12, 2024
1 parent 054fcc5 commit 041dc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/scheduling-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Issue: [=Run steps after a timeout=] doesn't necessarily account for suspension;
1. Let |result| be [=a new promise=].
1. Let |abortOption| be |options|["{{SchedulerYieldOptions/signal}}"] if it [=map/exists=],
otherwise null.
1. Let |priorityOption| be |options|["{{SchedulerPostTaskOptions/priority}}"] if it
1. Let |priorityOption| be |options|["{{SchedulerYieldOptions/priority}}"] if it
[=map/exists=], otherwise null.
1. If |abortOption| is null and |priorityOption| is null, then set |abortOption| to
"{{SchedulerSignalInherit/inherit}}" and set |priorityOption| to
Expand Down

0 comments on commit 041dc73

Please sign in to comment.