| 138 | class ComplexMonitor : public utils::AfterExecute<TaskRescheduleInfo> { |
| 139 | public: |
| 140 | ComplexMonitor() = default; |
| 141 | |
| 142 | bool isFinished(const TaskRescheduleInfo &result) override { |
| 143 | if (result.finished_) { |
nothing calls this directly
no outgoing calls
no test coverage detected