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 72d1f3e commit f2d5d2aCopy full SHA for f2d5d2a
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