Remove duplicated ask section subject
This commit is contained in:
parent
1590cd40e1
commit
c4e2951282
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ materialized by `Source.actorRef`.
|
||||||
|
|
||||||
### ask
|
### ask
|
||||||
|
|
||||||
### ask
|
|
||||||
|
|
||||||
A nice way to delegate some processing of elements in a stream to an actor is to use `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 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
|
the `ask` and the mailbox of the actor will not be filled with more messages than the given
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue