ClaudeAgent】并发-后台任务
Java实现代码javapublic class BackgroundTasksSystem {// --- 配置 ---private static final Path WORKDIR Paths.get(System.getProperty("user.dir"));private static final Gson gson new GsonBuilder().setPrettyPrinting().create();// --- 后台任务管理器 -…
2026/7/7 4:45:43