ALE.EventLoopWorker.EventLoopWorker C# (CSharp) 메소드

EventLoopWorker() 공개 메소드

public EventLoopWorker ( ) : System.Threading
리턴 System.Threading
        public EventLoopWorker()
        {
            _worker = Task.Factory.StartNew(() => { });
        }