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.19 by jsr166, Sat Jan 24 18:17:43 2015 UTC vs.
Revision 1.20 by jsr166, Sat Jan 24 18:50:40 2015 UTC

# Line 22 | Line 22 | import java.util.stream.Stream;
22   * href="http://www.reactive-streams.org/"> reactive-streams</a>
23   * specification.  They apply in both concurrent and distributed
24   * asynchronous settings: All (seven) methods are defined in {@code
25 < * void} "oneway" message style. Communication relies on a simple form
25 > * void} "one-way" message style. Communication relies on a simple form
26   * of flow control (method {@link Subscription#request}) that can be
27   * used to avoid resource management problems that may otherwise occur
28   * in "push" based systems.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines