fn abstracted_waiters_of(
job_map: &QueryJobMap<'_>,
query: QueryJobId,
) -> Vec<AbstractedWaiter>Expand description
Returns all the non-resumable and resumable waiters of a query. This is used so we can uniformly loop over both non-resumable and resumable waiters.