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.
2 parents a737a3a + f2d5d2a commit e53c937Copy full SHA for e53c937
README.md
@@ -616,7 +616,7 @@ assertEquals(1000000, to.values().get().size());
616
### DispatchWorkProcessor
617
618
A `FlowableProcessor` variant that buffers items and allows one or more `Subscriber`s to exclusively consume one of the items in the buffer
619
-asynchronously. If there are no `Subscriber`s (or they all disposed), the `DispatchWorkSubscriber` will keep buffering and later
+asynchronously. If there are no `Subscriber`s (or they all canceled), the `DispatchWorkProcessor` will keep buffering and later
620
`Subscriber`s can resume the consumption of the buffer.
621
622
```java
0 commit comments