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

Method joinWithEventLoop

src/Connection.cpp:807–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void Connection::joinWithEventLoop()
808{
809 if (asyncLoopThread_.joinable())
810 asyncLoopThread_.join();
811}
812
813bool Connection::processPendingEvent()
814{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected