* Gets the thread object that is hosting this runnable object - can return * an empty boost::shared pointer if no references remain on that thread object */
| 47 | * an empty boost::shared pointer if no references remain on that thread object |
| 48 | */ |
| 49 | virtual std::shared_ptr<Thread> thread() { return thread_.lock(); } |
| 50 | |
| 51 | /** |
| 52 | * Sets the thread that is executing this object. This is only meant for |
no test coverage detected