From c970d019e307e8c729affb0c7ac27499fd75995e Mon Sep 17 00:00:00 2001 From: Martynas Mickevicius Date: Sun, 11 Oct 2015 18:38:37 +0300 Subject: [PATCH] =doc remove misleading statement on async custom stages --- akka-docs-dev/rst/stages-overview.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/akka-docs-dev/rst/stages-overview.rst b/akka-docs-dev/rst/stages-overview.rst index 90ffd01cd5..bdada69a89 100644 --- a/akka-docs-dev/rst/stages-overview.rst +++ b/akka-docs-dev/rst/stages-overview.rst @@ -50,8 +50,6 @@ Asynchronous processing stages These stages encapsulate an asynchronous computation, properly handling backpressure while taking care of the asynchronous operation at the same time (usually handling the completion of a Future). -**It is currently not possible to build custom asynchronous processing stages** - ===================== ========================================================================================================================= ============================================================================================================================== ============================================================================================= Stage Emits when Backpressures when Completes when ===================== ========================================================================================================================= ============================================================================================================================== =============================================================================================