Go to the documentation of this file.
38 #ifndef BLOCXX_THREAD_DONE_CALLBACK_HPP_INCLUDE_GUARD_
39 #define BLOCXX_THREAD_DONE_CALLBACK_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
45 namespace BLOCXX_NAMESPACE
52 void notifyThreadDone(
Thread* t);
54 virtual void doNotifyThreadDone(
Thread* t) = 0;