Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ dec_pending_task
Method
dec_pending_task
bmf/engine/c_engine/src/node.cpp:141–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
int Node::dec_pending_task() {
142
mutex_.lock();
143
pending_tasks_--;
144
mutex_.unlock();
145
return 0;
146
}
147
148
void Node::set_enable_hungry_check(bool enable) {
149
enable_hungry_check_ = enable;
Callers
1
process_node
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected