MCPcopy 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
188void cluster::queue_work(int priority, work_unit task) {
189 pool->enqueue({priority, task});
190}
191
192void cluster::log(dpp::loglevel severity, const std::string &msg) const {
193 if (!on_log.empty()) {

Callers 15

runMethod · 0.80
generate_errorMethod · 0.80
handle_bufferMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80

Calls 1

enqueueMethod · 0.80

Tested by

no test coverage detected