MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / mainLoop

Function mainLoop

tests/test-all.cpp:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#endif
42
43static void mainLoop(void)
44{
45#if __APPLE__
46 CFRunLoopRun();
47#elif __linux__ && !defined(ANDROID) && !defined(__ANDROID__)
48 g_main_loop_run(s_main_loop);
49#elif defined(_MSC_VER)
50 win32MainLoop();
51#endif
52}
53
54class TestOperation : public mailcore::Operation {
55 void main()

Callers 5

testOperationQueueFunction · 0.85
testAsyncSMTPFunction · 0.85
testAsyncIMAPFunction · 0.85
testAsyncPOPFunction · 0.85

Calls 1

win32MainLoopFunction · 0.85

Tested by

no test coverage detected