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.

main_loop_stack_size

Empirically saw >4KB being used by the llvm aarch64 backend.

Dispatch.main_loop_stack_size
const main_loop_stack_size = 8 * 1024

File

lib/std/Io/Dispatch.zig:39

Code

const main_loop_stack_size = 8 * 1024