18#ifndef _DECAF_UTIL_CONCURRENT_ABSTRACTEXECUTORSERVICE_H_
19#define _DECAF_UTIL_CONCURRENT_ABSTRACTEXECUTORSERVICE_H_
Provides a default implementation for the methods of the ExecutorService interface.
Definition AbstractExecutorService.h:37
virtual void doSubmit(FutureType *future)
Perform the actual submit of a FutureType instance, the caller is responsible for creating the proper...
virtual ~AbstractExecutorService()
AbstractExecutorService()
An Executor that provides methods to manage termination and methods that can produce a Future for tra...
Definition ExecutorService.h:56
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25