Correct the backpressure API comment for throttle (Fixes #22791) (#23225)

This commit is contained in:
Richard Imaoka 2017-06-27 21:32:53 +09:00 committed by Arnout Engelen
parent 8bea7b4ace
commit c636f3540f
5 changed files with 10 additions and 10 deletions

View file

@ -1926,7 +1926,7 @@ final class Flow[-In, +Out, +Mat](delegate: scaladsl.Flow[In, Out, Mat]) extends
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *
@ -1956,7 +1956,7 @@ final class Flow[-In, +Out, +Mat](delegate: scaladsl.Flow[In, Out, Mat]) extends
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *

View file

@ -2073,7 +2073,7 @@ final class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Grap
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *
@ -2103,7 +2103,7 @@ final class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Grap
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *

View file

@ -1315,7 +1315,7 @@ class SubFlow[-In, +Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Flo
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *
@ -1352,7 +1352,7 @@ class SubFlow[-In, +Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Flo
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *

View file

@ -1310,7 +1310,7 @@ class SubSource[+Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Source
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *
@ -1340,7 +1340,7 @@ class SubSource[+Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Source
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *

View file

@ -1699,7 +1699,7 @@ trait FlowOps[+Out, +Mat] {
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *
@ -1735,7 +1735,7 @@ trait FlowOps[+Out, +Mat] {
* *
* '''Emits when''' upstream emits an element and configured time per each element elapsed * '''Emits when''' upstream emits an element and configured time per each element elapsed
* *
* '''Backpressures when''' downstream backpressures * '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
* *
* '''Completes when''' upstream completes * '''Completes when''' upstream completes
* *