From 76f075448010ad0dc974958c76a83072b24c73bd Mon Sep 17 00:00:00 2001 From: Vibul Imtarnasan Date: Thu, 29 Mar 2012 16:30:36 +1200 Subject: [PATCH] Added _TestCallingThreadDispatcherRef --- akka-docs/scala/testing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akka-docs/scala/testing.rst b/akka-docs/scala/testing.rst index ea2e632051..15f73f4ef0 100644 --- a/akka-docs/scala/testing.rst +++ b/akka-docs/scala/testing.rst @@ -497,6 +497,8 @@ see any deadline. Currently, the only option is to use ``probe.within`` in the above code to make it work; later versions may include lexically scoped deadlines using implicit arguments. +.. _TestCallingThreadDispatcherRef: + CallingThreadDispatcher =======================