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

Comparing jsr166/src/main/java/util/concurrent/CompletionService.java (file contents):
Revision 1.5 by dl, Sat Dec 27 19:26:25 2003 UTC vs.
Revision 1.6 by dl, Mon Feb 9 13:28:47 2004 UTC

# Line 43 | Line 43 | public interface CompletionService<V> {
43  
44      /**
45       * Submits a Runnable task for execution and returns a Future
46 <     * representing that task.Upon completion,
46 >     * representing that task. Upon completion,
47       * this task may be taken or polled.
48       *
49       * @param task the task to submit

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines