18#ifndef _DECAF_UTIL_CONCURRENT_THREADFACTORY_H_
19#define _DECAF_UTIL_CONCURRENT_THREADFACTORY_H_
Interface for a runnable object - defines a task that can be run by a thread.
Definition: Runnable.h:29
A Thread is a concurrent unit of execution.
Definition: Thread.h:64
public interface ThreadFactory
Definition: ThreadFactory.h:52
virtual decaf::lang::Thread * newThread(decaf::lang::Runnable *r)=0
Constructs a new Thread.
virtual ~ThreadFactory()
Definition: ThreadFactory.h:55
#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