mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
21f58d250b
2 add tars.resource 3 fix rsp queue 4 add max buffer limit 5 send queue, data accumulate clear 6 Adjust cmake third library path 7 tc_network_buffer add iterator 8 optimize tc_http tc_http_async, improve http parser performance |
||
---|---|---|
.. | ||
AuthDemo | ||
CoroutineDemo | ||
CustomDemo | ||
HttpDemo | ||
PushDemo | ||
QuickStartDemo | ||
scripts | ||
SSLDemo | ||
StressDemo | ||
UdpDemo | ||
UtilDemo | ||
CMakeLists.txt | ||
README.md |
该工程是Tars入门示例的代码
目录名称 | 功能 |
---|---|
QuickStartDemo | 开发快速入门的示例 |
PromiseDemo | promise编程的示例[] |
HttpDemo | http服务端的示例 |
CoroutineDemo | 协程的示例 |
StressDemo | tars c++压测代码 |
PushDemo | tars push 模式demo |