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.

QUEUE_CONCURRENT

dispatch.QUEUE_CONCURRENT
pub inline fn QUEUE_CONCURRENT() queue_attr_t

File

lib/std/c/darwin/dispatch.zig:86

Code

pub inline fn QUEUE_CONCURRENT() queue_attr_t {
    return &_dispatch_queue_attr_concurrent;
}