The C++ RPC implementation is not thread safe, if that's what you're asking. The only stable RPC implementation that is is the Go one. (The Haskell implementation I'm working on is as well, but it's not quite ready yet).
Quoting Pappu (2018-12-07 16:38:07) > Hi, > I am new to capnp. Is there any kind of parallelism supported in capnp? > If so, could you please kindly give me some pointers on this? > Thanks a lot > > -- > 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 [1][email protected]. > Visit this group at [2]https://groups.google.com/group/capnproto. > > Verweise > > 1. mailto:[email protected] > 2. https://groups.google.com/group/capnproto -- 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 [email protected]. Visit this group at https://groups.google.com/group/capnproto.
