=str #16652 Add java docs for 'Buffers and rate'

This commit is contained in:
Patrik Nordwall 2015-02-04 13:25:58 +01:00
parent 2eda4ee1a5
commit e5055337c0
2 changed files with 144 additions and 1 deletions

View file

@ -117,7 +117,7 @@ so it makes sense to drop it first.
Compared to the dropping strategies above, dropBuffer drops all the 1000
jobs it has enqueued once the buffer gets full. This aggressive strategy
is useful when dropped jobs are preferred to delayed jobs.
is useful when dropping jobs is preferred to delaying jobs.
.. includecode:: code/docs/stream/StreamBuffersRateSpec.scala#explicit-buffers-dropbuffer