jarodruan 5229509b66 run-all succ except http vor 4 Jahren
..
AServer 5229509b66 run-all succ except http vor 4 Jahren
BServer 5229509b66 run-all succ except http vor 4 Jahren
client 5229509b66 run-all succ except http vor 4 Jahren
testCoro 5229509b66 run-all succ except http vor 4 Jahren
testParallelCoro 5229509b66 run-all succ except http vor 4 Jahren
CMakeLists.txt cfd4d576c7 fix coro bug vor 4 Jahren
README.md 711a5ed70c add tarscpp files vor 5 Jahren

README.md

该工程是Tars 协程编程示例的代码

目录名称 功能
client/BServer/AServer 协程编程的示例程序,client访问BServer,BServer用协程方式去并行和串行访问AServer
testCoro/testParallelCoro 协程编程的示例程序,自定义或者继承框架的协程类