Просмотр исходного кода

Update doc to clarify serial queue requirement

Muxi Yan 6 лет назад
Родитель
Сommit
734be6c789
1 измененных файлов с 1 добавлено и 1 удалено
  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.
  */
  */