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

Method setThreadPool

src/GraphCtrl/GraphElement/GElementManager.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125GElementManagerPtr GElementManager::setThreadPool(UThreadPoolPtr ptr) {
126 CGRAPH_ASSERT_NOT_NULL_THROW_ERROR(ptr)
127 this->thread_pool_ = ptr;
128 return this;
129}
130
131
132CSize GElementManager::calcMaxParaSize() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected