Force event loop to re-enter processing to handle queued messages

This commit is contained in:
Taras Zaporozhets
2022-09-04 23:26:14 +02:00
parent 35bffd0f25
commit 3f825ffb30
5 changed files with 25 additions and 1 deletions

View File

@ -64,6 +64,10 @@ namespace sdbus {
*/
struct PollData
{
/*!
* The read fd to be monitored by the event loop.
*/
int event_fd;
/*!
* The read fd to be monitored by the event loop.
*/