Files
tools/core/stdlib/src/async/pool/index.ts
T

3 lines
61 B
TypeScript

export interface AsyncPoolOptions {
concurrency?: number;
}