GetFront

nn::os::BlockingQueue::GetFront Member Function

Syntax

#include <nn/os.h>

uptr GetFront() const;

Parameters

None.

Return Values

Element at the front of the queue.

Description

Gets the element at the front of the queue.

If the queue is empty, blocks the thread until the queue is no longer empty. If the queue is not empty, gets the element at the front of the queue. The state of the queue does not change.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL