Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void Task::Notify(comm::RetCode retcode) {
71
if (nullptr == notifier_) return;
72
notifier_->Notify(retcode);
73
}
74
75
const comm::proto::AddRequest *Task::GetReq() {
76
return req_;
Callers
1
Process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected