UNPKG

lightning-pool

Version:

Fastest generic Pool written with TypeScript

9 lines (8 loc) 241 B
import { Pool } from './pool.js'; export * from './abort-error.js'; export * from './constants.js'; export * from './pool.js'; export * from './types.js'; export function createPool(factory, config) { return new Pool(factory, config); }