| 469 | } |
| 470 | |
| 471 | void attach_thread(awaitable_thread<Executor>* handler) noexcept |
| 472 | { |
| 473 | attached_thread_ = handler; |
| 474 | } |
| 475 | |
| 476 | awaitable_thread<Executor>* detach_thread() noexcept |
| 477 | { |
nothing calls this directly
no outgoing calls
no test coverage detected