Queue.pushHead

void pushHead(void * data = null)

Adds a new element at the head of the queue.

Parameters

datathe data for the new element.