CMSimpleQueueDequeue(_:)
Dequeues an element from the queue.
Declaration
func CMSimpleQueueDequeue(_ queue: CMSimpleQueue) -> UnsafeRawPointer?Parameters
- queue:
The queue from which to dequeue an element. Must not be
NULL.
Return Value
The dequeued element. NULL if the queue was empty, or if there was some other error.