Akka.Dispatch.SingleThreadDispatcher.Detach C# (CSharp) 메소드

Detach() 공개 메소드

public Detach ( ActorCell cell ) : void
cell Akka.Actor.ActorCell
리턴 void
        public override void Detach(ActorCell cell)
        {
            //shut down the dedicated thread pool
            _dedicatedThreadPool.Dispose();
        }
    }