ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ExecutorService.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ExecutorService.java (file contents):
Revision 1.54 by jsr166, Thu Nov 24 02:35:13 2011 UTC vs.
Revision 1.55 by jsr166, Sun Oct 21 06:40:20 2012 UTC

# Line 252 | Line 252 | public interface ExecutorService extends
252       * @throws RejectedExecutionException if any task cannot be
253       *         scheduled for execution
254       */
255
255      <T> List<Future<T>> invokeAll(Collection<? extends Callable<T>> tasks)
256          throws InterruptedException;
257  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines