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

Dispatcher() public method

public Dispatcher ( ) : MessageDispatcher
return MessageDispatcher
        public override MessageDispatcher Dispatcher()
        {
            return new SingleThreadDispatcher(this, _settings);
        }
    }
PinnedDispatcherConfigurator