| 97 | } |
| 98 | |
| 99 | void detach() { m_thread.detach(); } |
| 100 | id get_id() const noexcept { return m_thread.get_id(); } |
| 101 | void join() { m_thread.join(); } |
| 102 | bool joinable() const noexcept { return m_thread.joinable(); } |
no outgoing calls
no test coverage detected