UNPKG

@cloud-copilot/job

Version:

Async job runners with defined worker pools

7 lines 226 B
/** * Get the number of CPU cores available on the system. * * @returns The number of CPU cores, or 1 if the system cannot determine it. */ export declare function numberOfCpus(): number; //# sourceMappingURL=util.d.ts.map