| 805 | } |
| 806 | |
| 807 | void Connection::joinWithEventLoop() |
| 808 | { |
| 809 | if (asyncLoopThread_.joinable()) |
| 810 | asyncLoopThread_.join(); |
| 811 | } |
| 812 | |
| 813 | bool Connection::processPendingEvent() |
| 814 | { |
nothing calls this directly
no outgoing calls
no test coverage detected