File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1010
1111<discussion >
1212<p >
13+ The specification of <code >affine_on</code > uses "current execution
14+ resource" and it is unclear what that means exactly. Additionally,
15+ it is unclear what the difference between <code >affine_on</code >
16+ and <code >continues_on</code > is. The intended difference for
17+ <code >affine_on</code > is to avoid unnecessary scheduling which
18+ <code >continues_on</code > is already allowed to do in some cases,
19+ too.
20+ </p >
21+ <p >
22+ The intended semantics is that <code >affine_on</code > will either
23+ complete inline on whatever execution agent it was started on or
24+ it will complete asynchronously on the specified execution context.
25+ With this formulation <code >affine_on</code > may complete on one
26+ of two different execution context if it is started on an execution
27+ context that is different from the one specified by the scheduler.
1328</p >
1429</discussion >
1530
You can’t perform that action at this time.
0 commit comments