clang-tools 22.0.0git
clang::clangd::BackgroundQueue::Stats Struct Reference

#include <Background.h>

Public Attributes

unsigned Enqueued = 0
unsigned Active = 0
unsigned Completed = 0
unsigned LastIdle = 0

Detailed Description

Definition at line 86 of file Background.h.

Member Data Documentation

◆ Active

unsigned clang::clangd::BackgroundQueue::Stats::Active = 0

Definition at line 88 of file Background.h.

◆ Completed

unsigned clang::clangd::BackgroundQueue::Stats::Completed = 0

Definition at line 89 of file Background.h.

◆ Enqueued

unsigned clang::clangd::BackgroundQueue::Stats::Enqueued = 0

Definition at line 87 of file Background.h.

◆ LastIdle

unsigned clang::clangd::BackgroundQueue::Stats::LastIdle = 0

Definition at line 90 of file Background.h.


The documentation for this struct was generated from the following file: