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.33 by jsr166, Tue Apr 26 01:17:18 2005 UTC vs.
Revision 1.34 by jsr166, Wed May 18 06:51:43 2005 UTC

# Line 209 | Line 209 | public interface ExecutorService extends
209       * @throws RejectedExecutionException if any task cannot be scheduled
210       * for execution
211       */
212
212      <T> List<Future<T>> invokeAll(Collection<Callable<T>> tasks)
213          throws InterruptedException;
214  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines