UNPKG

@excalidraw/math

Version:

Excalidraw math functions

7 lines (6 loc) 228 B
export declare class PromisePool<T> { private readonly pool; private readonly entries; constructor(source: IterableIterator<Promise<void | readonly [number, T]>>, concurrency: number); all(): PromiseLike<T[]>; }