Scheduler.prototype.afterQueue = function(task) {
            this._afterQueue[this._afterQueueLen++] = task;
            this.run();
        };