Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ Process
Method
Process
phxqueue/test/test_producer.cpp:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
28
void TestProducer::Process() {
29
producer::ProducerOption opt;
30
31
test::SimpleProducer producer(opt);
32
producer.Enqueue(1000, 123, 1,
"buffer"
, 1);
33
}
34
35
36
} // namespace test
Callers
nothing calls this directly
Calls
1
Enqueue
Method · 0.80
Tested by
no test coverage detected