State Struct
Per-stream internal state: token queue plus counters. More...
Declaration
struct simaai::neat::graph::strict_sync::YoloTokenStore::State { ... }
Public Member Attributes Index
| std::mutex | mu |
|
Guards the per-stream state. More... | |
| std::deque< Token > | q |
|
FIFO of tokens awaiting a matching frame. More... | |
| Stats | stats |
|
Per-stream counters. More... | |
Description
Per-stream internal state: token queue plus counters.
Definition at line 132 of file StrictSync.h.
Public Member Attributes
mu
| mutable |
Guards the per-stream state.
Definition at line 133 of file StrictSync.h.
133 mutable std::mutex mu;
q
|
FIFO of tokens awaiting a matching frame.
Definition at line 134 of file StrictSync.h.
134 std::deque<Token> q;
stats
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.