From c4e2951282a31deb828f1cc03f718ea46de5dc76 Mon Sep 17 00:00:00 2001 From: Richard Imaoka Date: Sat, 14 Apr 2018 17:00:33 +0900 Subject: [PATCH] Remove duplicated ask section subject --- akka-docs/src/main/paradox/stream/stream-integrations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/akka-docs/src/main/paradox/stream/stream-integrations.md b/akka-docs/src/main/paradox/stream/stream-integrations.md index f48e973272..5c6ed7b0c3 100644 --- a/akka-docs/src/main/paradox/stream/stream-integrations.md +++ b/akka-docs/src/main/paradox/stream/stream-integrations.md @@ -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