| 279 | } |
| 280 | |
| 281 | inline auto __coroutine_unhandled_stopped(__coroutine_handle<> __coro) noexcept // |
| 282 | -> __std::coroutine_handle<> |
| 283 | { |
| 284 | __unhandled_stopped_frame::value.__promise_.__coro_ = __coro; |
| 285 | return __std::coroutine_handle<>::from_address(&__unhandled_stopped_frame::value); |
| 286 | } |
| 287 | |
| 288 | inline auto |
| 289 | __coroutine_signal_completion(__std::atomic<std::thread::id>& __thread_id_) noexcept // |
no test coverage detected