We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d3d42 commit cdbc18bCopy full SHA for cdbc18b
1 file changed
include/stdexec/__detail/__as_awaitable.hpp
@@ -318,12 +318,12 @@ namespace STDEXEC
318
// Start the operation.
319
STDEXEC::start(__opstate_);
320
321
- auto __expected = false;
+ auto __expected = false;
322
bool const __was_ready =
323
- !this->__ready_.compare_exchange_strong(__expected,
324
- true,
325
- __std::memory_order_release,
326
- __std::memory_order_acquire);
+ !this->__ready_.compare_exchange_strong(__expected,
+ true,
+ __std::memory_order_release,
+ __std::memory_order_acquire);
327
this->__ready_.notify_one();
328
329
if (__was_ready)
0 commit comments