Constant can_spawn [src]

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, }