can_spawn
Tells whether spawning child processes is supported (e.g. via Child)
Source
Implementation
pub const can_spawn = switch (native_os) {
.wasi, .watchos, .tvos, .visionos => false,
else => true,
}Tells whether spawning child processes is supported (e.g. via Child)
Source
pub const can_spawn = switch (native_os) {
.wasi, .watchos, .tvos, .visionos => false,
else => true,
}