Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ RunEventLoop
Function
RunEventLoop
libs/testing/testingmain.cpp:50–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
base::Waiter g_waiter;
49
50
void RunEventLoop()
51
{
52
#if defined(OMIM_OS_IPHONE)
53
CFRunLoopRun();
54
#elif defined(QAPP)
55
QAPP::exec();
56
#endif
57
}
58
59
void StopEventLoop()
60
{
Callers
8
UNIT_TEST
Function · 0.85
DownloadFile
Function · 0.85
UNIT_TEST
Function · 0.85
UNIT_CLASS_TEST
Function · 0.85
UNIT_CLASS_TEST
Function · 0.85
DownloadGroup
Function · 0.85
UNIT_TEST
Function · 0.85
UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected