Hi I'm working on a project where rpc calls and other processing must occur in the same thread. That thread may only be interrupted for short periods. To achieve this I'm thinking about adding a file descriptor of the IPC to the poller in our code. When data is available on this file descriptor IPC calls will be processed until either there are none left or the allowed time is up.
The class `EventLoop` has a function `run` that is described to be doing what seems useful in my case. For this reason it would be helpful to know how I can set up an rpc server with an eventloop that I can interact with directly? Any alternative suggestions would also be greatly appreciated. - Lena -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/53fb3f5f-65dc-4f26-9af4-bfc1e4ff206cn%40googlegroups.com.