Searched refs:toRun (Results 1 – 1 of 1) sorted by relevance
352 private final List<IOExceptionRunnable> toRun; field in ZFile476 toRun = Lists.newArrayList(); in ZFile()2241 toRun.add(r); in notify()2249 while (!toRun.isEmpty()) { in notify()2250 IOExceptionRunnable r = toRun.remove(0); in notify()