Searched defs:ParentImpl (Results 1 – 1 of 1) sorted by relevance
104 struct ParentImpl struct106 Store fileStore;107 int m_portOffset;108 std::thread listenerLoop;109 std::atomic<bool> appActive{true};111 void ParentLoop () in ParentLoop()134 ParentImpl (const int portOffset) in ParentImpl() function136 , listenerLoop {[this](){ParentLoop();}} in __anon63fe74a90302()140 ~ParentImpl () in ~ParentImpl()169 std::future<void> CreateClientThread (ChildConnection client) in CreateClientThread()