nn::os::BlockingQueue::BlockingQueue Constructor#include <nn/os.h> BlockingQueue();
None.
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