Skip to content

[exec.on] Add \tcode for sch #7898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3277,7 +3277,7 @@
remember the current scheduler, \tcode{get_scheduler(get_env(rcvr))};
\item
start \tcode{sndr} on an execution agent belonging to
sch's associated execution resource;
\tcode{sch}'s associated execution resource;
\item
upon \tcode{sndr}'s completion,
transfer execution back to the execution resource
Expand Down Expand Up @@ -3312,7 +3312,7 @@
\item
upon \tcode{sndr}'s completion,
transfer execution to an agent
owned by sch's associated execution resource;
owned by \tcode{sch}'s associated execution resource;
\item
forward \tcode{sndr}'s async result as if by
connecting and starting a sender \tcode{closure(S)},
Expand Down
Loading