GRPC Objective-C  1.39.1
Data Structures | Typedefs
GRPCCompletionQueue.h File Reference
#import <Foundation/Foundation.h>
#include <grpc/grpc.h>

Go to the source code of this file.

Data Structures

class  GRPCCompletionQueue
 This class lets one more easily use |grpc_completion_queue|. More...
 

Typedefs

typedef void(^ GRPCQueueCompletionHandler) (bool success)
 

Typedef Documentation

◆ GRPCQueueCompletionHandler

typedef void(^ GRPCQueueCompletionHandler) (bool success)