Iterates over all jobs mutably.
(&mut self)
| 65 | |
| 66 | /// Iterates over all jobs mutably. |
| 67 | pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut JobState> + '_ { self.jobs.iter_mut() } |
| 68 | |
| 69 | /// Iterates over all finished jobs, returning the job state and the result. |
| 70 | pub fn iter_finished( |
no outgoing calls
no test coverage detected