MCPcopy Create free account
hub / github.com/Tencent/phxqueue / Notify

Method Notify

phxqueue/producer/batchhelper.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void Task::Notify(comm::RetCode retcode) {
71 if (nullptr == notifier_) return;
72 notifier_->Notify(retcode);
73}
74
75const comm::proto::AddRequest *Task::GetReq() {
76 return req_;

Callers 1

ProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected