<FMLiveSwitchIDispatchQueue> Protocol Reference

A dispatch queue interface. More...

Instance Methods

(void) - destroy
 Destroys the queue. More...
 
(void) - enqueueWithItem:
 Enqueues an item for processing. More...
 
(long long) - queueCount
 Gets the number of items in the queue. More...
 

Detailed Description

A dispatch queue interface.

Method Documentation

◆ destroy

- (void) destroy

Destroys the queue.

◆ enqueueWithItem:

- (void) enqueueWithItem: (id item

Enqueues an item for processing.

Parameters
itemThe item.

◆ queueCount

- (long long) queueCount

Gets the number of items in the queue.