update: Implement cancellation notification using mpsc::channel

This commit is contained in:
2026-01-10 22:45:01 +09:00
parent 16fda38039
commit a2f53d7879
4 changed files with 192 additions and 148 deletions
-1
View File
@@ -9,7 +9,6 @@ use std::sync::atomic::{AtomicUsize, Ordering};
use schemars;
use serde;
use llm_worker::tool::{Tool, ToolMeta};
use llm_worker_macros::tool_registry;
// =============================================================================