Akka.Dispatch.ThreadPoolDispatcherConfigurator.Dispatcher C# (CSharp) Method

Dispatcher() public method

public Dispatcher ( ) : MessageDispatcher
return MessageDispatcher
        public override MessageDispatcher Dispatcher()
        {
            /*
             * Always want to return the same instance of the ThreadPoolDispatcher
             */
            return _instance;
        }
    }
ThreadPoolDispatcherConfigurator