aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-12-05 18:28:43 -0800
committerGravatar GitHub <noreply@github.com>2018-12-05 18:28:43 -0800
commit734be6c7890670ea3c651aecbba74420a6601db3 (patch)
treee1a491598b8f598602432a5178918cc96b8dd93b /src/objective-c
parentd7ce25302a594fb6cd3414d9e76230f4291b91c4 (diff)
Update doc to clarify serial queue requirement
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index e0ef8b1391..e687a65da7 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/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.
*/