Other minor improvements

This commit is contained in:
Endre Sándor Varga 2015-07-09 11:49:32 +02:00
parent aa2596f088
commit b5a813f766
4 changed files with 20 additions and 4 deletions

View file

@ -37,8 +37,8 @@ stream if there is demand from downstream, otherwise they will be buffered until
demand is received.
Depending on the defined :class:`OverflowStrategy` it might drop elements if there is no space
available in the buffer. The strategy :class:`OverflowStrategy.backpressure()` is not supported
for this Source type, you should consider using ActorPublisher if you want a backpressured
available in the buffer. The strategy ``OverflowStrategy.backpressure()`` is not supported
for this Source type, you should consider using ``ActorPublisher`` if you want a backpressured
actor interface.
The stream can be completed successfully by sending ``akka.actor.PoisonPill`` or