Searched refs:executedCalls (Results 1 – 2 of 2) sorted by relevance
50 private final Deque<Call> executedCalls = new ArrayDeque<>(); field in Dispatcher132 for (Call call : executedCalls) { in cancel()173 executedCalls.add(call); in executed()178 if (!executedCalls.remove(call)) throw new AssertionError("Call wasn't in-flight!"); in finished()
52 private final Deque<Call> executedCalls = new ArrayDeque<>(); field in Dispatcher134 for (Call call : executedCalls) { in cancel()175 executedCalls.add(call); in executed()180 if (!executedCalls.remove(call)) throw new AssertionError("Call wasn't in-flight!"); in finished()