Expand description
现代化代码生成器
基于 actr-framework 的实际架构生成代码:
- MessageDispatcher trait: zero-sized type static dispatcher
- Workload trait: 业务工作负载,associates Dispatcher type
- {Service}Handler trait: 用户实现的业务逻辑接口
Structs§
- Modern
Generator - 现代化代码生成器
Enums§
- Generator
Role - 代码生成器角色