We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fb162 commit d7b63adCopy full SHA for d7b63ad
src/main/java/rx/Producer.java
@@ -23,7 +23,7 @@ public interface Producer {
23
/**
24
* Request a certain maximum number of items from this Producer. This is a way of requesting backpressure.
25
* To disable backpressure, pass {@code Long.MAX_VALUE} to this method.
26
- * * <p>
+ * <p>
27
* Requests are additive but if a sequence of requests totals more than {@code Long.MAX_VALUE} then
28
* {@code Long.MAX_VALUE} requests will be actioned and the extras <i>may</i> be ignored. Arriving at
29
* {@code Long.MAX_VALUE} by addition of requests cannot be assumed to disable backpressure. For example,
0 commit comments