| 459 | } |
| 460 | |
| 461 | std::shared_ptr<ThreadPool> UISceneNode::getThreadPool() { |
| 462 | return mThreadPool; |
| 463 | } |
| 464 | |
| 465 | void UISceneNode::setThreadPool( const std::shared_ptr<ThreadPool>& threadPool ) { |
| 466 | mThreadPool = threadPool; |
no outgoing calls
no test coverage detected