MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / terminate

Method terminate

tools/server/server-queue.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void server_queue::terminate() {
120 std::unique_lock<std::mutex> lock(mutex_tasks);
121 running = false;
122 condition_tasks.notify_all();
123}
124
125void server_queue::start_loop(int64_t idle_sleep_ms) {
126 running = true;

Callers 4

mainFunction · 0.45
mainFunction · 0.45
stopMethod · 0.45
benchmarkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected