activemq-cpp-3.9.5
|
#include <decaf/util/Config.h>
#include <decaf/lang/Runnable.h>
#include <decaf/util/ArrayList.h>
#include <decaf/util/concurrent/Future.h>
#include <decaf/util/concurrent/FutureTask.h>
#include <decaf/util/concurrent/Executor.h>
#include <decaf/util/concurrent/TimeUnit.h>
#include <decaf/lang/exceptions/InterruptedException.h>
Go to the source code of this file.
Data Structures | |
class | decaf::util::concurrent::ExecutorService |
An Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks. 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 |