| 143 | } |
| 144 | |
| 145 | bool TaskManager::BaseTemplateTaskData::_is_aborted() const { |
| 146 | return _aborted; |
| 147 | } |
| 148 | |
| 149 | bool TaskManager::BaseTemplateTaskData::_wait_after_cancel() { |
| 150 | bool is_main_thread = Thread::is_main_thread(); |
no outgoing calls
no test coverage detected