MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / enterEventLoopAsync

Method enterEventLoopAsync

src/Connection.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void Connection::enterEventLoopAsync()
181{
182 if (!asyncLoopThread_.joinable())
183 asyncLoopThread_ = std::thread([this](){ enterEventLoop(); });
184}
185
186void Connection::leaveEventLoop()
187{

Callers 6

ProxyMethod · 0.80
mainFunction · 0.80
TYPED_TESTFunction · 0.80
SetUpTestSuiteMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 4

mainFunction · 0.64
TYPED_TESTFunction · 0.64
SetUpTestSuiteMethod · 0.64