I'm trying to integrate cap'n'proto with surrounding threads that don't use 
KJ event loops. On Android it's easier because I have an event loop to 
adapt to with ALooper (albeit it's crashing - details in the SO post).

For my Windows codebase I don't really have anything in the way of an event 
loop. Would it be a good idea to create a simple event loop implementation 
that just has a condition variable + a vector of callbacks to invoke & 
adapt it in a similar way that I did with the ALooper? Will I need more?

More details here:
https://stackoverflow.com/questions/62667061/how-to-integrate-capnproto-threads-with-non-capnproto-threads
 

-- 
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/e4d62be1-d478-47f4-83bf-6b715237c414n%40googlegroups.com.

Reply via email to