Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ BatchTask
Method
BatchTask
phxqueue/producer/batchhelper.cpp:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
class BatchTask {
83
public:
84
BatchTask(int topic_id, Producer *producer) : topic_id_(topic_id), producer_(producer) {}
85
~BatchTask() {}
86
87
void Init();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected