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... | |
A dispatch queue interface.
| - (void) destroy |
Destroys the queue.
| - (void) enqueueWithItem: | (id) | item |
Enqueues an item for processing.
| item | The item. |
| - (long long) queueCount |
Gets the number of items in the queue.