Fan.Sys.ActorPool.kill C# (CSharp) Method

kill() public method

public kill ( ) : ActorPool
return ActorPool
        public ActorPool kill()
        {
            m_killed = true;
              m_scheduler.stop();
              m_threadPool.kill();
              return this;
        }