Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
EventQueue.hpp File Reference
#include <mutex>
#include <optional>
#include <queue>
#include "Event.hpp"
+ Include dependency graph for EventQueue.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EventQueue
 Thread-safe queue for storing events received from the server. Allows for potential multi-threaded behavior between GUI layers. Not strictly necessary, good to have, future proof. More...