18#ifndef _DECAF_UTIL_CONCURRENT_CALLABLE_H_
19#define _DECAF_UTIL_CONCURRENT_CALLABLE_H_
A task that returns a result and may throw an exception.
Definition Callable.h:47
virtual ~Callable()
Definition Callable.h:50
virtual V call()=0
Computes a result, or throws an exception if unable to do so.
Base class of all Callable<T> objects, used to allow identification via type casting.
Definition Callable.h:31
virtual ~CallableType()
Definition Callable.h:34
Definition AbstractExecutorService.h:28
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25