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

Class ConsumeCtx_t

phxqueue/consumer/consumer.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50struct ConsumeCtx_t {
51 stCoRoutine_t *co = nullptr;
52 int cid = -1;
53 Consumer *consumer = nullptr;
54};
55
56class Consumer::ConsumerImpl {
57 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected