MCPcopy 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
87unique_ptr<comm::SchedulerBP> BreakPointFactory::NewSchedulerBP() {
88 return unique_ptr<comm::SchedulerBP>(new comm::SchedulerBP());
89}
90
91
92unique_ptr<comm::SchedulerMgrBP> BreakPointFactory::NewSchedulerMgrBP() {

Callers 1

GetThreadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected