Quoting eamonn.nugent via Cap'n Proto (2019-05-23 20:50:04)
> My question is: is there space in the capnproto protocol to have
> multithreaded receivers, or have the scheduling use multiple threads
> for its event queue?
By receivers do you mean a single object?
If so, the default is for messages to be serviced in-order. In the Go
implementation you can unblock future calls before returning by calling
server.Ack():
https://godoc.org/zombiezen.com/go/capnproto2/server#Ack
Hope that helps.
-Ian
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/capnproto/155866350297.4838.8399635215372301846%40localhost.localdomain.