From 47372488fddbcab4ab7b261d84a6b0f772a9bc34 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期四, 07 八月 2025 18:03:29 +0800
Subject: [PATCH] 1. 侧面检添加配方功能 2. 侧面检本地加载 3. 侧面检运行界面添加
---
EdgeInspector_App/WebSocket/ThreadPool.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/EdgeInspector_App/WebSocket/ThreadPool.h b/EdgeInspector_App/WebSocket/ThreadPool.h
index 3e106c5..2a97e93 100644
--- a/EdgeInspector_App/WebSocket/ThreadPool.h
+++ b/EdgeInspector_App/WebSocket/ThreadPool.h
@@ -1,4 +1,4 @@
-#ifndef THREADPOOL_H
+锘�#ifndef THREADPOOL_H
#define THREADPOOL_H
#include <vector>
@@ -15,7 +15,7 @@
explicit ThreadPool(size_t thread_count);
~ThreadPool();
- // 提交任务
+ // 鎻愪氦浠诲姟
template<class F>
void enqueue(F&& task) {
{
--
Gitblit v1.9.3