UNPKG

@hazae41/piscine

Version:

Create async pools with automatic retry

4 lines (3 loc) 247 B
export { Cancel, Retry, Skip, TooManyRetriesError, loopOrThrow } from './mods/loop/loop.mjs'; export { AutoPool, EmptyPoolError, EmptySlotError, Indexed, Pool, PoolItem, StartPool } from './mods/pool/index.mjs'; //# sourceMappingURL=index.mjs.map