Fetch the repository succeeded.
This action will force synchronization from feimat/fastrpc, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
FastRPC是一款内部封装了类似go语言协程+通道特性的C++ RPC框架,使得你能够使用同步的代码编写出异步效果同时提供RPC的功能。 例如:可使的mysql redis的操作在保持同步编码方式下达到异步的效果。 另外框架特别推出了协程模式下的线程池、资源池、定时器使用。 使得多线程和协程间可轻易切换进行编程,达到一些无法hook的阻塞系统调用可用多线程来补充(例如C++调用python的阻塞库)
Sign in for post a comment
Comments ( 0 )