feat: implement new IPC layer

This commit is contained in:
2026-04-01 13:11:03 +02:00
parent 6276f8b162
commit 346977a0f9
34 changed files with 3210 additions and 897 deletions
+1 -2
View File
@@ -187,8 +187,7 @@ extern "C" void _start() {
montauk::putchar(ev.ascii);
}
} else {
// No key and no data -- yield to avoid busy-spinning
montauk::yield();
montauk::wait_handle(fd, Montauk::IPC_SIGNAL_READABLE | Montauk::IPC_SIGNAL_PEER_CLOSED, 10);
}
}