| 454 | } |
| 455 | |
| 456 | auto is_running() const noexcept -> bool |
| 457 | { |
| 458 | return __is_running_.load(STDEXEC::__std::memory_order_relaxed); |
| 459 | } |
| 460 | |
| 461 | /// @brief Breaks out of the run loop of the io context without stopping the context. |
| 462 | void finish() |
no test coverage detected