ALE.EventLoopWorker.EventLoopWorker C# (CSharp) Method

EventLoopWorker() public method

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