We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126405c commit 084acb0Copy full SHA for 084acb0
include/beman/execution26/detail/sender_awaitable.hpp
@@ -53,9 +53,7 @@ class sender_awaitable {
53
}
54
55
void set_stopped() && noexcept {
56
- auto handle = static_cast<::std::coroutine_handle<>>(continuation_.promise().unhandled_stopped());
57
- if (handle)
58
- handle.resume();
+ static_cast<::std::coroutine_handle<>>(continuation_.promise().unhandled_stopped()).resume();
59
60
61
auto get_env() const noexcept {
0 commit comments