MCPcopy Create free account
hub / github.com/ChunelFeng/CThreadPool / setConfig

Method setConfig

src/UtilsCtrl/ThreadPool/UThreadPool.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41CStatus UThreadPool::setConfig(const UThreadPoolConfig &config) {
42 CGRAPH_FUNCTION_BEGIN
43 CGRAPH_ASSERT_INIT(false) // 初始化后,无法设置参数信息
44
45 this->config_ = config;
46 CGRAPH_FUNCTION_END
47}
48
49
50CStatus UThreadPool::init() {

Callers 1

UThreadPoolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected