Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void server_queue::terminate() {
120
std::unique_lock<std::mutex> lock(mutex_tasks);
121
running = false;
122
condition_tasks.notify_all();
123
}
124
125
void server_queue::start_loop(int64_t idle_sleep_ms) {
126
running = true;
Callers
4
main
Function · 0.45
main
Function · 0.45
stop
Method · 0.45
benchmark
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected