We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3445a commit ae8c2c9Copy full SHA for ae8c2c9
xml/issue4331.xml
@@ -10,6 +10,13 @@
10
11
<discussion>
12
<p>
13
+<code>affine_on</code> is specified to take a sender and a scheduler
14
+as arguments. The scheduler is meant to match the scheduler obtained
15
+from the <code>get_scheduler</code> query on the receiver's
16
+environment. Thus, the scheduler argument is redundant and the
17
+semantics become weird if these two schedulers don't match. The
18
+<code>affine_on</code> algorithm should only take the sender as
19
+argument.
20
</p>
21
</discussion>
22
0 commit comments