Instance Methods | |
| (void) | - enqueueWithItem: |
| (instancetype) | - init |
| (bool) | - isEmpty |
| (bool) | - tryDequeueWithItem: |
| (bool) | - tryPeekWithItem: |
Class Methods | |
| (FMLiveSwitchInternalConcurrentQueue *) | + internalConcurrentQueue |
Protected Attributes | |
| __pad0__: NSObject- (int) count | |
| - (void) enqueueWithItem: | (T) | item |
| - (instancetype) init |
| + (FMLiveSwitchInternalConcurrentQueue*) internalConcurrentQueue |
| - (bool) isEmpty |
| - (bool) tryDequeueWithItem: | (T *) | item |
| - (bool) tryPeekWithItem: | (T *) | item |
|
protected |