* Gets the thread's platform-specific ID */
| 153 | * Gets the thread's platform-specific ID |
| 154 | */ |
| 155 | Thread::id_t getId() const { return thread_.get() ? thread_->get_id() : std::thread::id(); } |
| 156 | |
| 157 | /** |
| 158 | * Gets the runnable object this thread is hosting |
no test coverage detected