aboutsummaryrefslogtreecommitdiff
path: root/crates/system_action
Commit message (Expand)AuthorAgeFilesLines
* feat: implement asynchronous action call system魏曹先生2025-10-133-18/+75
* feat: Implement JSON-based type-erased action invocation魏曹先生2025-10-133-12/+110
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-134-16/+27
* refactor: Update action macros and error types魏曹先生2025-10-121-4/+4
* chore: Update dependencies and module exports魏曹先生2025-10-121-0/+3
* feat: Add callback mechanism to ActionPool魏曹先生2025-10-121-6/+53
* feat: Add Clone implementation for ActionContext魏曹先生2025-10-121-2/+20
* feat: add default implementation and convenience methods to ActionContext魏曹先生2025-10-061-2/+19
* refactor: optimize procedural macros in action_system魏曹先生2025-10-061-3/+31
* Fix macro to properly extract and use parameter names from function signature魏曹先生2025-10-061-8/+26
* Fix macro expansion type errors in action_system macros魏曹先生2025-10-061-2/+2
* Rename vcs_service to action_system for better naming clarity魏曹先生2025-10-066-0/+326