Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainboxdotcc/DPP
/ queue_work
Method
queue_work
src/dpp/cluster.cpp:188–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
void cluster::queue_work(int priority, work_unit task) {
189
pool->enqueue({priority, task});
190
}
191
192
void cluster::log(dpp::loglevel severity, const std::string &msg) const {
193
if (!on_log.empty()) {
Callers
15
run
Method · 0.80
generate_error
Method · 0.80
handle_buffer
Method · 0.80
handle
Method · 0.80
handle
Method · 0.80
handle
Method · 0.80
internal_handle_interaction
Function · 0.80
handle
Method · 0.80
handle
Method · 0.80
handle
Method · 0.80
handle
Method · 0.80
handle
Method · 0.80
Calls
1
enqueue
Method · 0.80
Tested by
no test coverage detected