MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / setThreadPool

Method setThreadPool

src/GraphCtrl/GraphElement/GElement.cpp:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360GElementPtr 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
369GElementPtr GElement::setThreadPoolEx(UThreadPoolPtr ptr) {

Callers 3

initEnvMethod · 0.45
setThreadPoolExMethod · 0.45
setThreadPoolExMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected