Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ NewSchedulerBP
Method
NewSchedulerBP
phxqueue/plugin/breakpointfactory.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
87
unique_ptr<comm::SchedulerBP> BreakPointFactory::NewSchedulerBP() {
88
return unique_ptr<comm::SchedulerBP>(new comm::SchedulerBP());
89
}
90
91
92
unique_ptr<comm::SchedulerMgrBP> BreakPointFactory::NewSchedulerMgrBP() {
Callers
1
GetThreadInstance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected