39#ifndef BLOCXX_RUNNABLE_HPP_INCLUDE_GUARD_
40#define BLOCXX_RUNNABLE_HPP_INCLUDE_GUARD_
41#include "blocxx/BLOCXX_config.h"
61 virtual void run() = 0;
72 virtual void doShutdown();
87 virtual void doCooperativeCancel();
95 virtual void doDefinitiveCancel();
There are two methods for creating a thread of execution in the blocxx systems.
bool operator==(const Array< T > &x, const Array< T > &y)
BLOCXX_EXPORT_TEMPLATE(BLOCXX_COMMON_API, Array, Bool)