webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | List of all members
RTCDispatcher Class Reference

#import <RTCDispatcher.h>

Inheritance diagram for RTCDispatcher:
NSObject NSObject

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - NS_UNAVAILABLE
 

Class Methods

(void+ dispatchAsyncOnType:block:
 
(void+ dispatchAsyncOnType:block:
 
(dispatch_queue_t) + dispatchQueueForType: [implementation]
 
(dispatch_queue_t) + dispatchQueueForType: [implementation]
 

Detailed Description

Dispatcher that asynchronously dispatches blocks to a specific shared dispatch queue.

Method Documentation

◆ dispatchAsyncOnType:block:() [1/2]

+ (void) dispatchAsyncOnType: (RTCDispatcherQueueType)  dispatchType
block: (dispatch_block_t)  block 

Dispatch the block asynchronously on the queue for dispatchType.

Parameters
dispatchTypeThe queue type to dispatch on.
blockThe block to dispatch asynchronously.

◆ dispatchAsyncOnType:block:() [2/2]

+ (void) dispatchAsyncOnType: (RTCDispatcherQueueType)  dispatchType
block: (dispatch_block_t)  block 

Dispatch the block asynchronously on the queue for dispatchType.

Parameters
dispatchTypeThe queue type to dispatch on.
blockThe block to dispatch asynchronously.

◆ dispatchQueueForType:() [1/2]

+ (dispatch_queue_t) dispatchQueueForType: (RTCDispatcherQueueType)  dispatchType
implementation

◆ dispatchQueueForType:() [2/2]

+ (dispatch_queue_t) dispatchQueueForType: (RTCDispatcherQueueType)  dispatchType
implementation

◆ NS_UNAVAILABLE() [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

- (instancetype) NS_UNAVAILABLE

The documentation for this class was generated from the following files: