@brief Check if thread is joinable @return true if joinable, false otherwise
| 107 | /// @brief Check if thread is joinable |
| 108 | /// @return true if joinable, false otherwise |
| 109 | bool joinable() const FL_NOEXCEPT { |
| 110 | return mJoinable; |
| 111 | } |
| 112 | |
| 113 | /// @brief Get thread ID |
| 114 | /// @return Thread ID |
no outgoing calls
no test coverage detected