|
@@ -129,6 +129,14 @@ public:
|
|
|
|
|
|
// Internal functions ------------------------------------------------------
|
|
|
|
|
|
+ /**
|
|
|
+ * Convenience threadMain() for easy background thread launch
|
|
|
+ *
|
|
|
+ * This allows background threads to be launched with Thread::start
|
|
|
+ * that will run against this node.
|
|
|
+ */
|
|
|
+ inline void threadMain() throw() { this->backgroundThreadMain(); }
|
|
|
+
|
|
|
/**
|
|
|
* @return Time as of last call to run()
|
|
|
*/
|