| 39 | void DoMarkFinished() { DoMarkFinishedOrFailed(FutureState::SUCCESS); } |
| 40 | |
| 41 | void DoMarkFailed() { DoMarkFinishedOrFailed(FutureState::FAILURE); } |
| 42 | |
| 43 | void CheckOptions(const CallbackOptions& opts) { |
| 44 | if (opts.should_schedule != ShouldSchedule::Never) { |