Called by a FragmentInstanceState thread to notify anyone waiting on WaitForFinishOrTimeout() or waiting on WaitForFinish(). This function must be called after calling ErrorDuringExecute().
| 284 | /// WaitForFinishOrTimeout() or waiting on WaitForFinish(). |
| 285 | /// This function must be called after calling ErrorDuringExecute(). |
| 286 | void DoneRemainingExecuting() { instances_finished_barrier_->NotifyRemaining(); } |
| 287 | |
| 288 | /// Called to notify that an error was encountered during codegen. This is called by the |
| 289 | /// first fragment instance thread that invoked its corresponding FragmentState's |