aqhome: more work on transformation to event2/ipc2.

This commit is contained in:
Martin Preuss
2025-02-27 14:08:44 +01:00
parent bebc4c1b0d
commit d887747b3c
45 changed files with 2446 additions and 287 deletions

View File

@@ -509,7 +509,7 @@ int testTty(int argc, char **argv)
AQH_Object_Enable(msgReaderObject);
for (;;) {
AQH_EventLoop_Run(eventLoop);
AQH_EventLoop_Run(eventLoop, 500);
}
return 0;
@@ -547,7 +547,7 @@ int testTty2(int argc, char **argv)
endpointObject=AQH_TtyEndpoint2_new(eventLoop, fd);
for (;;) {
AQH_EventLoop_Run(eventLoop);
AQH_EventLoop_Run(eventLoop, 500);
}
return 0;