Remove duplicated ask section subject

This commit is contained in:
Richard Imaoka 2018-04-14 17:00:33 +09:00 committed by Konrad `ktoso` Malawski
parent 1590cd40e1
commit c4e2951282

View file

@ -10,8 +10,6 @@ materialized by `Source.actorRef`.
### ask
### ask
A nice way to delegate some processing of elements in a stream to an actor is to use `ask`.
The back-pressure of the stream is maintained by the @scala[`Future`]@java[`CompletionStage`] of
the `ask` and the mailbox of the actor will not be filled with more messages than the given