llvm/lldb/bindings/interface/SBQueueDocstrings.i

%feature("docstring",
"Represents a libdispatch queue in the process."
) lldb::SBQueue;

%feature("docstring", "
    Returns an lldb::queue_id_t type unique identifier number for this
    queue that will not be used by any other queue during this process'
    execution.  These ID numbers often start at 1 with the first
    system-created queues and increment from there."
) lldb::SBQueue::GetQueueID;

%feature("docstring", "
    Returns an lldb::QueueKind enumerated value (e.g. eQueueKindUnknown,
    eQueueKindSerial, eQueueKindConcurrent) describing the type of this
    queue."
) lldb::SBQueue::GetKind;