Update doc to clarify serial queue requirement

pull/17421/head
Muxi Yan 6 years ago committed by GitHub
parent d7ce25302a
commit 734be6c789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/objective-c/GRPCClient/GRPCCall.h

@ -253,7 +253,7 @@ extern id const kGRPCTrailersKey;
+ (void)setCallSafety:(GRPCCallSafety)callSafety host:(NSString *)host path:(NSString *)path;
/**
* Set the dispatch queue to be used for callbacks.
* Set the dispatch queue to be used for callbacks. Current implementation requires \a queue to be a serial queue.
*
* This configuration is only effective before the call starts.
*/

Loading…
Cancel
Save