Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 781 Bytes

index.rst

File metadata and controls

38 lines (29 loc) · 781 Bytes

Transaction DSL简介

Note

Transaction DSL 是一套使用C++编写的领域专用语言,通过它,可以简单直观的描述任意复杂的异步通信过程。

主要改进

2.0 版本相对于 1.x 版本的主要改进有:

  • 简化用户定义方式<user-friendly>
  • 极小的内存占用<memory_usage>
  • 极快的性能<performance>
  • 高度灵活的循环<loop>
  • 清晰一致的错误处理策略<error-handling>

motivation quick-start proc-control loop error-handling fragment multi-thread event

monitor appendix user-friendly performance memory