FMLiveSwitchInternalConcurrentQueue Class Reference

Instance Methods

(void) - enqueueWithItem:
 
(instancetype) - init
 
(bool) - isEmpty
 
(bool) - tryDequeueWithItem:
 
(bool) - tryPeekWithItem:
 

Class Methods

(FMLiveSwitchInternalConcurrentQueue *) + internalConcurrentQueue
 

Protected Attributes

 __pad0__: NSObject- (int) count
 

Method Documentation

◆ enqueueWithItem:

- (void) enqueueWithItem: (T)  item

◆ init

- (instancetype) init

◆ internalConcurrentQueue

+ (FMLiveSwitchInternalConcurrentQueue*) internalConcurrentQueue

◆ isEmpty

- (bool) isEmpty

◆ tryDequeueWithItem:

- (bool) tryDequeueWithItem: (T *)  item

◆ tryPeekWithItem:

- (bool) tryPeekWithItem: (T *)  item

Member Data Documentation

◆ __pad0__

- __pad0__
protected