Re: [protobuf] Blocking RPCChannel

2012-05-15 Thread Jason Hsueh
No, C++ only has the asynchronous interface. You'd need to provide some kind of synchronization primitive that can then be implemented as a Closure. On Mon, May 7, 2012 at 11:46 AM, Sky hmonfa...@gmail.com wrote: Hi dear members. I'm wondered if there is Blocking RPCChannel in C++ service like

[protobuf] Blocking RPCChannel

2012-05-07 Thread Sky
Hi dear members. I'm wondered if there is Blocking RPCChannel in C++ service like in java ( https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/BlockingRpcChannel )? -- You received this message because you are subscribed to the Google Groups Protocol Buffers