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 bb6aae0 commit aeb0c51Copy full SHA for aeb0c51
api/src/main/java/org/reactivestreams/Subscription.java
@@ -27,7 +27,7 @@ public interface Subscription {
27
/**
28
* Request the {@link Publisher} to stop sending data and clean up resources.
29
* <p>
30
- * Data may still be sent to meet previously signalled demand after calling cancel as this request is asynchronous.
+ * Data may still be sent to meet previously signalled demand after calling cancel.
31
*/
32
public void cancel();
33
}
0 commit comments