UNPKG

@altano/tiny-async-pool

Version:

Run multiple promise-returning & async functions with limited concurrency using native ES9

4 lines (3 loc) 127 B
import { doWorkAndYield } from "./doWorkAndYield.js"; import { doWork } from "./doWork.js"; export { doWork, doWorkAndYield };