tmp/tmp_17fuhlu/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### `execution::unstoppable` <a id="exec.unstoppable">[[exec.unstoppable]]</a>
|
| 2 |
+
|
| 3 |
+
`unstoppable` is a sender adaptor that connects its inner sender with a
|
| 4 |
+
receiver that has the execution environment of the outer receiver but
|
| 5 |
+
with an object of type `never_stop_token` as the result of the
|
| 6 |
+
`get_stop_token query`.
|
| 7 |
+
|
| 8 |
+
For a subexpression `sndr`, `unstoppable(sndr)` is expression-equivalent
|
| 9 |
+
to `write_env(sndr, prop(get_stop_token, never_stop_token{}))`.
|
| 10 |
+
|