An open API service indexing awesome lists of open source software.

https://github.com/go-to-byte/grpc-goroutine

package to run multiple grpc calls separately into goroutine
https://github.com/go-to-byte/grpc-goroutine

go golang golang-library grpc grpc-go rpc-library

Last synced: 4 months ago
JSON representation

package to run multiple grpc calls separately into goroutine

Awesome Lists containing this project

README

        

# grpc goroutine

* 利用go的并发能力,将GRPC放置在后台运行。
* 统一封装,适用与所有的GRPC调用