aboutsummaryrefslogtreecommitdiff
path: root/crates/system_action/src/action_pool.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add callback mechanism to ActionPool魏曹先生2025-10-121-6/+53
| | | | | | | - Add ProcBeginCallback and ProcEndCallback types - Implement set_on_proc_begin and set_on_proc_end methods - Add callback execution in process method - Update trait bounds for better type safety
* Rename vcs_service to action_system for better naming clarity魏曹先生2025-10-061-0/+108
- Create new action_system crate with action framework - Create action_system_macros crate for procedural macros - Update vcs crate dependencies to use action_system - Maintain same functionality with improved naming