Ejemplo n.º 1
0
        public static bool Pulse()
        {
            if (_isShuttingDown)
            {
                return(false);
            }
            if (ActiveIoHandler.Count == 0)
            {
                return(true);
            }

            TimersManager.TimeElapsed(Stopwatch.Elapsed);
            return(true);
        }