nn::os::BlockingQueue::Finalize Member Function

Syntax

#include <nn/os.h>

void Finalize();

Arguments

None.

Return Values

None.

Description

Destroys a blocking queue.

This is called automatically by the destructor, but it can also be called explicitly.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL