Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

idle_stack_size

Empirically saw >128KB being used by the self-hosted backend to panic.

Kqueue.idle_stack_size
const idle_stack_size = 256 * 1024

File

lib/std/Io/Kqueue.zig:25

Code

const idle_stack_size = 256 * 1024