Type Id [src]

Source

pub const Id = switch (native_os) { .windows => windows.HANDLE, .wasi => void, else => posix.pid_t, }