remove polling from socket2, fully event based
This commit is contained in:
parent
85eea70be4
commit
49ab3890aa
2 changed files with 42 additions and 44 deletions
|
|
@ -25,6 +25,9 @@ public:
|
|||
|
||||
private:
|
||||
|
||||
void flushEvents();
|
||||
void ensureFDsValid();
|
||||
|
||||
std::mutex eventQueueMutex;
|
||||
std::deque<SHyprIPCEvent> m_dQueuedEvents;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue