MCPcopy 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
613void WorkQueue::SetWorkTime(TimeDelta delay) {
614 worker_delay_ = delay;
615}
616
617void WorkQueue::SetTaskCount(int count) {
618 task_count_ = count;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected