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
Hi,
1. What is the thread safety to completion queue?
i.e. is it safe to have one thread blocking in a loop of cq.Next while
other threads submit async RPC with the same instance of completion
queue?
2. What exactly does irregular event mean when Next's ok parameter is
set to false? Does that imply tag is null anything?