tess 1.0.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::AsyncAdvanceStats Struct Reference

#include <tess/ops/async_work.h>

Public Attributes

std::uint32_t invoked = 0
std::uint32_t items_done = 0
std::uint32_t pending = 0
std::uint32_t ready = 0
std::uint32_t failed = 0
std::uint32_t stale = 0

Detailed Description

Summarizes one deterministic FIFO pass over resumable work.

invoked and items_done describe work performed by this advance() call. The state counts describe the whole queue after that pass. failed is the aggregate terminal-negative count: Failed, Cancelled, and Superseded tickets all contribute to it; inspect individual ticket state when that distinction matters.


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