Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ SetWorkTime
Method
SetWorkTime
test/condition_variable_unittest.cc:613–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
611
}
612
613
void WorkQueue::SetWorkTime(TimeDelta delay) {
614
worker_delay_ = delay;
615
}
616
617
void WorkQueue::SetTaskCount(int count) {
618
task_count_ = count;
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected