activemq-cpp-3.9.5
SynchronousQueue.h File Reference
#include <decaf/util/Config.h>
#include <decaf/util/concurrent/BlockingQueue.h>
#include <vector>

Go to the source code of this file.

Data Structures

class  decaf::util::concurrent::SynchronousQueue< E >
 A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa. More...
 

Namespaces

namespace  decaf
 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 
namespace  decaf::util
 
namespace  decaf::util::concurrent