Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
void Connection::enterEventLoopAsync()
181
{
182
if (!asyncLoopThread_.joinable())
183
asyncLoopThread_ = std::thread([this](){ enterEventLoop(); });
184
}
185
186
void Connection::leaveEventLoop()
187
{
Callers
6
Proxy
Method · 0.80
main
Function · 0.80
TYPED_TEST
Function · 0.80
SetUpTestSuite
Method · 0.80
createClientAndServerConnections
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
4
main
Function · 0.64
TYPED_TEST
Function · 0.64
SetUpTestSuite
Method · 0.64
createClientAndServerConnections
Method · 0.64