File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<discussion >
12
12
<p >
13
13
The wording for <code >task< ...> ::promise_type::initial_suspend</code >
14
- in <a href = " https://wg21.link/task.promise#6 " > [task.promise] paragraph 6</ a >
14
+ in <paper num = " [task.promise]" /> paragraph 6
15
15
(second bullet) may imply that a task is eagerly started, i.e., that the
16
16
awaiter return from <code >initial_suspend()</code > immediately starts
17
17
the scheduling operation and cause the <code >task</code > to be resumed. At
@@ -32,7 +32,7 @@ unnecessary scheduling operations for the likely common case when
32
32
<resolution >
33
33
<p >
34
34
Change the declaration of <code >initial_suspend()</code > in the synopsis
35
- of <a href = " https://wg21.link/task.promise#6 " > [task.promise]</ a > to use
35
+ of <sref ref = " [task.promise]" / > to use
36
36
<code >suspend_always</code >, directly provide a definition, and add
37
37
various qualifiers:
38
38
<blockquote >
@@ -50,7 +50,7 @@ namespace std::execution {
50
50
</blockquote >
51
51
</p >
52
52
<p >
53
- Remove <a href = " https://wg21.link/task.promise#6 " > [task.promise] paragraph 6</ a > entirely:
53
+ Remove <sref ref = " [task.promise]" /> paragraph 6 entirely:
54
54
<blockquote >
55
55
<pre ><del >auto initial_suspend() noexcept;</del ></pre >
56
56
<p ><del >-6- <i >Returns:</i > An awaitable object of unspecified type ([expr.await]) whose member functions arrange for</del ></p >
You can’t perform that action at this time.
0 commit comments