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

Method num_iterated

src/bthread/execution_queue.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 TaskNode* cur_node() const { return _cur_node; }
62private:
63 int num_iterated() const { return _num_iterated; }
64 bool should_break_for_high_priority_tasks();
65
66 TaskNode* _cur_node;

Callers 1

_executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected