18#ifndef _DECAF_UTIL_CONCURRENT_RUNNABLEFUTURE_H_
19#define _DECAF_UTIL_CONCURRENT_RUNNABLEFUTURE_H_
Interface for a runnable object - defines a task that can be run by a thread.
Definition: Runnable.h:29
A Future represents the result of an asynchronous computation.
Definition: Future.h:88
A Runnable version of the Future type.
Definition: RunnableFuture.h:38
virtual ~RunnableFuture()
Definition: RunnableFuture.h:41
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: AprPool.h:25