Go to the documentation of this file.
39 #ifndef BLOCXX_RUNNABLE_HPP_INCLUDE_GUARD_
40 #define BLOCXX_RUNNABLE_HPP_INCLUDE_GUARD_
41 #include "blocxx/BLOCXX_config.h"
47 namespace BLOCXX_NAMESPACE
61 virtual void run() = 0;
72 virtual void doShutdown();
87 virtual void doCooperativeCancel();
95 virtual void doDefinitiveCancel();