Skip to content

stop-coding/arpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 2 column 1
---
#                    build
*【说明】编译工程采用cmake编译

* for linux (ubuntu)
* apt-get install cmake

	1. cd code root;
	2. mkdir build
	3. cd build
	4. cmake ../    (default:debug mode)
	5. make -j
	6. make install

---

file tree

  • demo(demo测试应用)

  • open_src (开源代码xio)

  • src (arpc 源码)

  • inc (arpc 函数头)

#说明 生成库文件libarpc.so

About

基于xio开源项目修改的,线程安全异步通信框架,支持session级通信;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published