Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CpuOptions

import type { CpuOptions } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";

The options for how a device's CPU is configured.

interface CpuOptions {
coreCount?: number | null;
threadsPerCore?: number | null;
}

§Properties

§
coreCount?: number | null
[src]

The number of cores that the CPU can use.

§
threadsPerCore?: number | null
[src]

The number of threads per core in the CPU.