MCPcopy Create free account
hub / github.com/apache/brpc / SetTaskCount

Method SetTaskCount

test/condition_variable_unittest.cc:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617void WorkQueue::SetTaskCount(int count) {
618 task_count_ = count;
619}
620
621void WorkQueue::SetAllowHelp(bool allow) {
622 allow_help_requests_ = allow;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected