| 358 | |
| 359 | |
| 360 | GElementPtr GElement::setThreadPool(UThreadPoolPtr ptr) { |
| 361 | CGRAPH_ASSERT_NOT_NULL_THROW_ERROR(ptr) |
| 362 | CGRAPH_ASSERT_INIT_THROW_ERROR(false) |
| 363 | this->thread_pool_ = ptr; |
| 364 | setThreadPoolEx(ptr); |
| 365 | return this; |
| 366 | } |
| 367 | |
| 368 | |
| 369 | GElementPtr GElement::setThreadPoolEx(UThreadPoolPtr ptr) { |
no outgoing calls
no test coverage detected