+str #18556 add delay combinator

This commit is contained in:
Alexander Golubev 2015-12-02 14:58:30 -05:00
parent d5cae10a67
commit 5aa83594fa
5 changed files with 10 additions and 4 deletions

View file

@ -715,6 +715,8 @@ final class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Grap
* [[akka.stream.DelayOverflowStrategy]] it might drop elements or backpressure the upstream if
* there is no space available in the buffer.
*
* Delay precession is 10ms to avoid unnecessary timer scheduling cycles
*
* Internal buffer has default capacity 16. You can set buffer size by calling `withAttributes(inputBuffer)`
*
* '''Emits when''' there is a pending element in the buffer and configured time for this element elapsed