GRPC Objective-C  1.71.0
Properties
<GRPCDispatchable> Protocol Reference

An object that processes its methods with a dispatch queue. More...

#import <GRPCDispatchable.h>

Properties

dispatch_queue_t dispatchQueue
 The dispatch queue where the object's methods should be run on. More...
 

Detailed Description

An object that processes its methods with a dispatch queue.

Property Documentation

◆ dispatchQueue

- (dispatch_queue_t) dispatchQueue
readatomicassign

The dispatch queue where the object's methods should be run on.


The documentation for this protocol was generated from the following file: