_tryWithRetry()

in index.js [234:238]


            _tryWithRetry("onkey", self.keyRetryQueue, function _each(cb) {
                // Instead of calling the key-handler directly, effectively chaining them
                // we're enqueuing them instead
                setImmediate(onKey, vnode, key, cb);
            }, eachNext);