Hello, We have an existing multithreaded c++ server that works by passing messages between threads to avoid synchronization. Now if I add an async gRPC server, how would I pass a gRPC context to the appropriate thread and complete the call after getting a response?
It is similar to someone asking how to integrate gRPC async loop with other event loops, but I have not seen any solution. For example, libevent has ‘runInEventThread’ method to pass a function to the event thread to execute. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/3372ae13-4c35-4883-8104-ae82e770c595%40googlegroups.com.
