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()100 void operator()() in operator ()()
252 struct PacketsLoop struct254 Client client;256 void Loop() in Loop()286 return std::async(PacketsLoop{std::move(client)}); in CreateClientThread() argument