pub type SharedTask = Arc<SpinLock<Task>>;
共享任务句柄 用于在多个地方引用同一个任务实例
pub struct SharedTask { /* private fields */ }