This commit is contained in:
Xuan Son Nguyen
2026-08-14 00:47:07 +02:00
parent d809c0f3ab
commit 98e489eb6e
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ void server_queue::worker_stop() {
}
void server_queue::yield_to_queue(std::function<void()> && work) {
GGML_ASSERT(worker.thread.joinable() && "yield_to_queue() must be called from the start_loop() thread");
GGML_ASSERT(worker.thread.joinable() && "yield_to_queue() requires start_loop() to be running");
QUE_DBG("%s", "yielding to queue\n");