Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
617
void WorkQueue::SetTaskCount(int count) {
618
task_count_ = count;
619
}
620
621
void WorkQueue::SetAllowHelp(bool allow) {
622
allow_help_requests_ = allow;
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected