Searched defs:PacketsLoop (Results 1 – 2 of 2) sorted by relevance
43 struct PacketsLoop struct45 ChildConnection client;46 Store& fileStore;49 static void SendResponse (ChildConnection& c, T& data) in SendResponse()54 void ProcessPacketsOnServer (ChildConnection& c, u32 type, vector<u8> packet) in ProcessPacketsOnServer()87 void Loop () in Loop()97 void operator() () in operator ()()
235 struct PacketsLoop struct237 Client client;239 void Loop () in Loop()263 return std::async( PacketsLoop{ std::move(client) } ); in CreateClientThread() argument