Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ notifyEventLoopToWakeUpFromPoll
Method
notifyEventLoopToWakeUpFromPoll
src/Connection.cpp:788–791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
786
}
787
788
void Connection::notifyEventLoopToWakeUpFromPoll()
789
{
790
eventFd_.notify();
791
}
792
793
void Connection::wakeUpEventLoopIfMessagesInQueue()
794
{
Callers
nothing calls this directly
Calls
1
notify
Method · 0.80
Tested by
no test coverage detected