aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-16 17:10:32 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-16 17:10:32 -0700
commit7d32a2cb25275e03a44184ad9f8a3e494e62dd0d (patch)
tree3269faf207438c68dfe5e12e42a6f1f1f25aa4dc /src/objective-c/ProtoRPC/ProtoRPC.h
parentda43545ff7b4b1a6e310ff7fdeec6eb21f0e26b8 (diff)
Set user's dispatch queue's handler to internal serial queue
Diffstat (limited to 'src/objective-c/ProtoRPC/ProtoRPC.h')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.h b/src/objective-c/ProtoRPC/ProtoRPC.h
index d20098ce8c..db1e8c6deb 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.h
+++ b/src/objective-c/ProtoRPC/ProtoRPC.h
@@ -48,9 +48,7 @@
/**
* All the responses must be issued to a user-provided dispatch queue. This property specifies the
- * dispatch queue to be used for issuing the notifications. A serial queue should be provided if
- * the order of responses (initial metadata, message, message, ..., message, trailing metadata)
- * needs to be maintained.
+ * dispatch queue to be used for issuing the notifications.
*/
@property(atomic, readonly) dispatch_queue_t dispatchQueue;