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 370c58e commit 350915fCopy full SHA for 350915f
include/beman/execution/detail/sender_awaitable.hpp
@@ -86,7 +86,7 @@ class sender_awaitable {
86
state{::beman::execution::connect(::std::forward<Sndr>(sndr),
87
sender_awaitable::awaitable_receiver{::std::addressof(result)})} {}
88
89
- static constexpr bool await_ready() noexcept { return false; }
+ static constexpr bool await_ready() noexcept { return false; }
90
::std::coroutine_handle<> await_suspend(::std::coroutine_handle<Promise> handle) noexcept {
91
::beman::execution::start(state);
92
if (::std::get<1>(this->result).exchange(true, std::memory_order_acq_rel)) {
0 commit comments