Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ Scheduler
Method
Scheduler
phxqueue/scheduler/scheduler.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
48
Scheduler::Scheduler(const SchedulerOption &opt) : impl_(new SchedulerImpl()) {
49
assert(impl_);
50
impl_->opt = opt;
51
}
52
53
Scheduler::~Scheduler() {
54
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected