State Struct
Declaration
struct simaai::neat::graph::strict_sync::YoloTokenStore::State { ... }
Public Member Attributes Index
| std::mutex | mu |
| std::deque< Token > | q |
| Stats | stats |
Definition at line 95 of file StrictSync.h.
Public Member Attributes
mu
| mutable |
Definition at line 96 of file StrictSync.h.
96 mutable std::mutex mu;
q
|
Definition at line 97 of file StrictSync.h.
97 std::deque<Token> q;
stats
|
Definition at line 98 of file StrictSync.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.