Community
Participate
Working Groups
// by calling executeWithTargetAvailable() on the last one
TargetAvailableOperationInfo info = fOperationsPending.removeLast();
executeWithTargetAvailable(info.steps, info.rm);
} else {
execWithTargetAvailMap.remove(fCtx);
}
// no other rm.done() needs to be called, they have all been handled already