Searched defs:RunLoop (Results 1 – 2 of 2) sorted by relevance
37 struct RunLoop { struct48 RunLoop &operator=(const RunLoop &) = delete; argument50 typedef std::function<void()> AsyncFunction;74 friend struct MainRunLoop; argument76 struct QueueElem {84 struct SocketCallbacks {90 enum class InfoType {116 explicit RunLoop(); // constructor for the main RunLoop. argument
49 RunLoop::RunLoop() in RunLoop() function in RunLoop59 RunLoop::RunLoop(std::string_view name) in RunLoop() function in RunLoop