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

Comparing jsr166/src/main/java/util/concurrent/Flow.java (file contents):
Revision 1.24 by dl, Sat Sep 12 11:25:10 2015 UTC vs.
Revision 1.25 by jsr166, Sat Sep 12 17:11:12 2015 UTC

# Line 89 | Line 89 | import java.util.stream.Stream;
89   * the following example, where a buffer size of 1 single-steps, and
90   * larger sizes usually allow for more efficient overlapped processing
91   * with less communication; for example with a value of 64, this keeps
92 < * total outstanding requests between 32 and 64.
92 > * total outstanding requests between 32 and 64.
93   * Because Subscriber method invocations for a given {@link
94   * Subscription} are strictly ordered, there is no need for these
95   * methods to use locks or volatiles unless a Subscriber maintains

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines