UNPKG

@hazae41/piscine

Version:

Create async pools with automatic retry

27 lines (22 loc) 740 B
'use strict'; var loop = require('./mods/loop/loop.cjs'); var index = require('./mods/pool/index.cjs'); exports.Cancel = loop.Cancel; Object.defineProperty(exports, "Retry", { enumerable: true, get: function () { return loop.Retry; } }); Object.defineProperty(exports, "Skip", { enumerable: true, get: function () { return loop.Skip; } }); exports.TooManyRetriesError = loop.TooManyRetriesError; exports.loopOrThrow = loop.loopOrThrow; exports.AutoPool = index.AutoPool; exports.EmptyPoolError = index.EmptyPoolError; exports.EmptySlotError = index.EmptySlotError; exports.Indexed = index.Indexed; exports.Pool = index.Pool; exports.PoolItem = index.PoolItem; exports.StartPool = index.StartPool; //# sourceMappingURL=index.cjs.map