Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ DispatchCtx_t
Class
DispatchCtx_t
phxqueue/producer/batchhelper.cpp:190–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
};
189
190
struct DispatchCtx_t {
191
BatchHelper *batch_helper = nullptr;
192
int vtid = -1;
193
};
194
195
using BatchInfo = pair<mutex, unique_ptr<BatchTask>>;
196
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected