Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ SchedulerConfig
Method
SchedulerConfig
phxqueue/config/schedulerconfig.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
SchedulerConfig::SchedulerConfig() : impl_(new SchedulerConfigImpl()){
35
assert(impl_);
36
}
37
38
SchedulerConfig::~SchedulerConfig() {
39
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected