| 225 | } |
| 226 | |
| 227 | void IBackgroundJobExecutor::triggerTask() |
| 228 | { |
| 229 | std::lock_guard lock(scheduling_task_mutex); |
| 230 | if (scheduling_task) |
| 231 | runTaskWithoutDelay(); |
| 232 | } |
| 233 | |
| 234 | void IBackgroundJobExecutor::backgroundTaskFunction() |
| 235 | try |
no outgoing calls
no test coverage detected