Skip to content

Commit

Permalink
Merge pull request grpc#17421 from grpc/serial-queue-comment
Browse files Browse the repository at this point in the history
Update GRPCCall doc to clarify serial queue requirement
  • Loading branch information
muxi authored Dec 12, 2018
2 parents f1f9d85 + cf4e900 commit 352fbc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/objective-c/GRPCClient/GRPCCall.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ 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.
*/
Expand Down

0 comments on commit 352fbc1

Please sign in to comment.