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

Comparing jsr166/src/main/java/util/concurrent/SubmissionPublisher.java (file contents):
Revision 1.50 by jsr166, Sat Sep 19 17:59:04 2015 UTC vs.
Revision 1.51 by dl, Sat Sep 19 18:24:23 2015 UTC

# Line 18 | Line 18 | import java.util.function.Consumer;
18   * (non-null) items to current subscribers until it is closed.  Each
19   * current subscriber receives newly submitted items in the same order
20   * unless drops or exceptions are encountered.  Using a
21 < * SubmissionPublisher allows item generators to act as Publishers
22 < * relying on drop handling and/or blocking for flow control.
21 > * SubmissionPublisher allows item generators to act as compliant <a
22 > * href="http://www.reactive-streams.org/"> reactive-streams</a>
23 > * Publishers relying on drop handling and/or blocking for flow
24 > * control.
25   *
26   * <p>A SubmissionPublisher uses the {@link Executor} supplied in its
27   * constructor for delivery to subscribers. The best choice of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines