17#ifndef _DECAF_LANG_RUNNABLE_H_
18#define _DECAF_LANG_RUNNABLE_H_
38 virtual void run() = 0;
Interface for a runnable object - defines a task that can be run by a thread.
Definition Runnable.h:29
virtual void run()=0
Run method - called by the Thread class in the context of the thread.
#define DECAF_API
Definition Config.h:29
Definition ThreadingTypes.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25