From Jason Turner

[exec.set.error]

Diff to HTML by rtfpessoa

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