Searched defs:ParentImpl (Results 1 – 1 of 1) sorted by relevance
113 struct ParentImpl struct115 Store fileStore;116 int m_portOffset;117 std::thread listenerLoop;118 std::atomic<bool> appActive{true};120 void ParentLoop() in ParentLoop()146 …ParentImpl(const int portOffset) : m_portOffset{portOffset}, listenerLoop{[this]() { ParentLoop();… in __anon00ec441a0302() argument150 ~ParentImpl() in ~ParentImpl()179 std::future<void> CreateClientThread(ChildConnection client) in CreateClientThread()