Constant have_ipc [src]
Source
pub const have_ipc = switch (builtin.os.tag) {
.wasi, .freestanding, .windows => false,
else => true,
}
pub const have_ipc = switch (builtin.os.tag) {
.wasi, .freestanding, .windows => false,
else => true,
}