nn::os::BlockingQueue::BlockingQueue Constructor

Syntax

#include <nn/os.h>
BlockingQueue();

Arguments

None.

Description

Constructor.

Constructs a blocking queue.

There are two constructors: one performs initialization and the other doesn't.

If you use the constructor that does not perform initialization, you must initialize the constructed queue before using it by making a separate call to Initialize.


CONFIDENTIAL