From Jason Turner

[exec.set.stopped]

Diff to HTML by rtfpessoa

tmp/tmp4o02knah/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ### `execution::set_stopped` <a id="exec.set.stopped">[[exec.set.stopped]]</a>
2
+
3
+ `set_stopped` is a stopped completion function [[exec.async.ops]]. Its
4
+ associated completion tag is `set_stopped_t`. The expression
5
+ `set_stopped(rcvr)` for a subexpression `rcvr` is ill-formed if `rcvr`
6
+ is an lvalue or an rvalue of const type. Otherwise, it is
7
+ expression-equivalent to `MANDATE-NOTHROW(rcvr.set_stopped())`.
8
+