-
- Downloads
Merge pull request #1363 from murgatroid99/objective_c_batch_migration
Migrated Objective C library to C batch API
No related branches found
No related tags found
Showing
- gRPC.podspec 2 additions, 1 deletiongRPC.podspec
- src/objective-c/GRPCClient/GRPCCall.m 48 additions, 109 deletionssrc/objective-c/GRPCClient/GRPCCall.m
- src/objective-c/GRPCClient/private/GRPCCompletionQueue.h 3 additions, 5 deletionssrc/objective-c/GRPCClient/private/GRPCCompletionQueue.h
- src/objective-c/GRPCClient/private/GRPCCompletionQueue.m 9 additions, 18 deletionssrc/objective-c/GRPCClient/private/GRPCCompletionQueue.m
- src/objective-c/GRPCClient/private/GRPCWrappedCall.h 97 additions, 0 deletionssrc/objective-c/GRPCClient/private/GRPCWrappedCall.h
- src/objective-c/GRPCClient/private/GRPCWrappedCall.m 326 additions, 0 deletionssrc/objective-c/GRPCClient/private/GRPCWrappedCall.m
- src/objective-c/GRPCClient/private/NSData+GRPC.m 3 additions, 0 deletionssrc/objective-c/GRPCClient/private/NSData+GRPC.m
- src/objective-c/GRPCClient/private/NSDictionary+GRPC.h 2 additions, 2 deletionssrc/objective-c/GRPCClient/private/NSDictionary+GRPC.h
- src/objective-c/GRPCClient/private/NSDictionary+GRPC.m 21 additions, 1 deletionsrc/objective-c/GRPCClient/private/NSDictionary+GRPC.m
- src/objective-c/GRPCClient/private/NSError+GRPC.h 5 additions, 7 deletionssrc/objective-c/GRPCClient/private/NSError+GRPC.h
Loading
Please register or sign in to comment