| 427 | } |
| 428 | |
| 429 | constexpr virtual void __set_completed() noexcept final |
| 430 | { |
| 431 | __started_ref_.store({}, __std::memory_order_release); |
| 432 | } |
| 433 | |
| 434 | __std::atomic_flag __started_{}; |
| 435 | // this shared_ptr is non-null when the operation is running: |
no test coverage detected