Skip to main content

Module background

Module background 

Source
Expand description

后台任务模块

提供任务队列、Shell 管理、超时处理和状态持久化功能

§模块结构

  • types - 共享类型定义
  • task_queue - 简单任务队列实现
  • shell_manager - 后台 Shell 管理器
  • timeout - 超时处理
  • persistence - 状态持久化

Re-exports§

pub use persistence::*;
pub use shell_manager::*;
pub use task_queue::*;
pub use timeout::*;
pub use types::*;

Modules§

persistence
后台任务持久化模块
shell_manager
后台 Shell 管理器
task_queue
简单任务队列实现
timeout
超时处理模块
types
后台任务模块共享类型定义