112 Star 273 Fork 125

feimat / fastrpc

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
README.md 581 Bytes
Copy Edit Web IDE Raw Blame History
feimat authored 2016-07-01 09:40 . Update README.md

FastRPC是一款内部封装了类似go语言协程+通道特性的C++ RPC框架,使得你能够使用同步的代码编写出异步效果同时提供RPC的功能。 例如:可使的mysql redis的操作在保持同步编码方式下达到异步的效果。 另外框架特别推出了协程模式下的线程池、资源池、定时器使用。 使得多线程和协程间可轻易切换进行编程,达到一些无法hook的阻塞系统调用可用多线程来补充(例如C++调用python的阻塞库)

文档请移步这里 http://my.oschina.net/feimat/blog/663758

C++
1
https://gitee.com/feimat/fastrpc.git
git@gitee.com:feimat/fastrpc.git
feimat
fastrpc
fastrpc
master

Search