You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove `ensure_started` algorithm
Applying changes from paper P3187.
Changes were more complicated due to the merging of split() and
ensure_started() wording. This wording has now been simplified to
now only describe the split() algorithm.
* Remove start_detached() and execute() functions.
Applies changes from P3187R1.
Note that this change also removes the `execute_may_block_caller`
query as this was only relevant to the `execute()` function which
is also removed here.
* bug fixes
* Update execution.bs
* remove other mentions of `ensure_started`, `start_detached` and `execute`
* fix bug in `split`'s `start` operation that lewis spotted
---------
Co-authored-by: Lewis Baker <lewis.s.baker@woven.toyota>
Co-authored-by: Eric Niebler <eniebler@nvidia.com>
0 commit comments