Pool
import { Pool } from "https://raw-githubusercontent-com.649446.xyz/ehsan2003/task-pool/main/mod.ts";class Pool { }
constructor(size: number);
private workingCount: number;
private releaseFirstWaiter();
private async waitForAvailability();
public async exec<T>(task: Task<T>): Promise<T>;
public getPendingCount(): number;
public getSize(): number;
public getWorkingCount(): number;