TarsCloud_TarsCpp/servant
lvxy1024 d1a7987ffe 修改 TypeAt 类模板实例化编译错误,如:TypeAt<0, char, int, double> n = 0;
error: wrong number of template arguments (4, should be 2)
2023-05-31 18:52:35 +08:00
..
jmem compiler on windows succ 2020-02-07 13:50:04 +08:00
libservant fix servantproxy may crash when ctrl+c 2023-05-24 11:26:25 +08:00
makefile bugfix makefile.tars 2022-05-30 00:50:18 +08:00
promise 修改 TypeAt 类模板实例化编译错误,如:TypeAt<0, char, int, double> n = 0; 2023-05-31 18:52:35 +08:00
protocol@c1b0f61229 update protocol 2022-08-19 21:55:24 +08:00
script fix create server script, change to bash 2020-11-25 16:49:55 +08:00
servant 修复Property上报Min总为0 2023-04-15 21:28:33 +08:00
tup TarsStructBase 使用虚析构 2023-05-20 17:29:18 +08:00
CMakeLists.txt framework proto default without-trace 2021-10-17 11:07:18 +08:00
README.md add tarscpp files 2018-09-05 11:26:21 +08:00
README.zh.md add tarscpp files 2018-09-05 11:26:21 +08:00

点我查看中文版

This project is the source code of the rpc implementation of the Tars framework C++ language.

Directory Features
wup Uniform communication protocol (tars/wup protocol) of rpc framework and codec implementation of protocol
protocol The return code of the underlying communication defined by the rpc framework and the communication interface file that interacts with the framework underlying service
servant/libservant Source code implementation of rpc framework
jmem Source code implementation of memory data structure component based on tars protocol
promise Source implementation based on promise asynchronous programming
makefile The makefile implementation of the compiled source code using the TARS framework C++ language
script Script tool to generate TARS service template code