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

Method HasHandleTasks

phxqueue/consumer/consumer.cpp:390–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390bool Consumer::HasHandleTasks(const int cid) {
391 return impl_->handle_buckets[cid].empty();
392}
393
394bool Consumer::HasBatchHandleTasks(const int cid) {
395 return impl_->batch_handle_finish[cid];

Callers 1

HandleRoutineRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected