NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::util::RequestQueue::Stats Struct Reference

Runtime statistics for monitoring queue health. More...

#include <request_queue.h>

Public Attributes

size_t active
 Tasks currently being executed.
 
size_t completed
 Total tasks finished.
 
size_t max_queue_size
 Maximum queue capacity.
 
size_t num_workers
 Number of worker threads.
 
size_t pending
 Tasks waiting in the queue.
 
size_t rejected
 Tasks rejected due to backpressure (queue full).
 

Detailed Description

Runtime statistics for monitoring queue health.

Definition at line 38 of file request_queue.h.


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