Add throttle combinator without bucket size in parameters (#23808)

* +str Add throttle combinator without bucket size in parameters

* Add mima filter plus comment formatting

* Reviwed throttle messages across all classes

* move mima filter to 2.4.6

* change to throttleEven, plus grammar fixes

* fix formatting

* changed mima filter according to new API

* fixes accoring to feedback
This commit is contained in:
Alexander Golubev 2017-11-17 06:20:12 -05:00 committed by Patrik Nordwall
parent b51d720b18
commit a7b1a6675b
8 changed files with 282 additions and 37 deletions

View file

@ -71,8 +71,7 @@ import scala.concurrent.duration.{ FiniteDuration, _ }
override def onPull(): Unit = pull(in)
}
setHandler(in, handler)
setHandler(out, handler)
setHandlers(in, out, handler)
// After this point, we no longer need the `handler` so it can just fall out of scope.
}