DoxigAlpha

have_ipc

Source

Implementation

#
pub const have_ipc = switch (builtin.os.tag) {
    .wasi, .freestanding, .windows => false,
    else => true,
}