Procházet zdrojové kódy

Update doc to clarify serial queue requirement

Muxi Yan před 7 roky
rodič
revize
734be6c789
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/objective-c/GRPCClient/GRPCCall.h

+ 1 - 1
src/objective-c/GRPCClient/GRPCCall.h

@@ -253,7 +253,7 @@ extern id const kGRPCTrailersKey;
 + (void)setCallSafety:(GRPCCallSafety)callSafety host:(NSString *)host path:(NSString *)path;
 + (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.
  * This configuration is only effective before the call starts.
  */
  */