You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grp...@googlegroups.com
Greetings!
I'm just curious to know whether there is any future plan to improve
grpc C++ asynchronous API.
Frankly speaking, I'm a little shocked when taking the first glance at
that API. Don't you feel there is a little more than necessary
boilerplate and indirection there? Shouldn't this be hidden in a
different API other than letting the user deal with the tedious
dispatching there? I guess maybe a little more generalized default
dispatcher could save a lot of learning effort here.
Thanks,
Ming
Vijay Pai
unread,
Jul 12, 2016, 6:56:28 PM7/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io, ming...@gmail.com
This is something that we can definitely consider as a grpc-ecosystem contribution but we are trying to keep the core of grpc C++ relatively more basic since the use cases are so diverse. I have filed an issue at https://github.com/grpc/grpc/issues/7352 .