#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... | |
| class | decaf::util::concurrent::SynchronousQueue< E >::EmptyIterator |
Namespaces | |
| namespace | decaf |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
| namespace | decaf::util |
| namespace | decaf::util::concurrent |
1.6.1