| 69 | } |
| 70 | |
| 71 | Status SlowTaskImpl(std::size_t, int64_t) { |
| 72 | SleepABit(); |
| 73 | return Status::OK(); |
| 74 | } |
| 75 | Status FastTaskImpl(std::size_t, int64_t) { return Status::OK(); } |
| 76 | // If this is the last task group then start the next stage |
| 77 | TaskScheduler::TaskGroupContinuationImpl MakeContinuation( |