MCPcopy Create free account
hub / github.com/BabitMF/bmf / inc_pending_task

Method inc_pending_task

bmf/engine/c_engine/src/node.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134int Node::inc_pending_task() {
135 mutex_.lock();
136 pending_tasks_++;
137 mutex_.unlock();
138 return 0;
139}
140
141int Node::dec_pending_task() {
142 mutex_.lock();

Callers 1

schedule_nodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected