Home
last modified time | relevance | path

Searched refs:RetryOperation (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/retry/lib/
H A Dretry_operation.js1 function RetryOperation(timeouts, options) { class
23 module.exports = RetryOperation;
25 RetryOperation.prototype.reset = function() {
30 RetryOperation.prototype.stop = function() {
39 RetryOperation.prototype.retry = function(err) {
49 this._errors.unshift(new Error('RetryOperation timeout occurred'));
91 RetryOperation.prototype.attempt = function(fn, timeoutOps) {
115 RetryOperation.prototype.try = function(fn) {
116 console.log('Using RetryOperation.try() is deprecated');
120 RetryOperation
[all...]
H A Dretry.js1 var RetryOperation = require('./retry_operation'); variable
5 return new RetryOperation(timeouts, {

Completed in 2 milliseconds