Example #1
0
        public void Run()
        {
            while (running)
            {
                reactor.HandleEvents(reactorTimeout);
            }

            this.Dispose();
        }