menu
UringFeatures
import { UringFeatures } from "destack:io/binding";
io_uring feature set.
1export struct UringFeatures {2 hasSubmissionPolling: boolean;3 hasKernelPolling: boolean;4 hasFixedFiles: boolean;5 hasFixedBuffers: boolean;6 maxEntries: uint32;7}Members
hasSubmissionPolling: booleanWhether submission polling is available.
hasKernelPolling: booleanWhether kernel-side thread polling is available.
hasFixedFiles: booleanWhether fixed-file registration is available.
hasFixedBuffers: booleanWhether fixed-buffer registration is available.
maxEntries: uint32Maximum submission queue entries reported by the kernel.