UNPKG

@hazae41/piscine

Version:

Create async pools with automatic retry

3 lines (2 loc) 264 B
export { Cancel, LoopOptions, Looped, Looper, Retry, Skip, TooManyRetriesError, loopOrThrow } from './mods/loop/loop.js'; export { AutoPool, EmptyPoolError, EmptySlotError, Indexed, Pool, PoolCreator, PoolEvents, PoolItem, StartPool } from './mods/pool/index.js';