1.0.0 release candidate 01
Merge pull request #1193 from ustccy/hotfix_epollwait_about_to_quit

add flag BTHREAD_NEVER_QUIT
tree: 9161cf93a731fb2306f42da32d811ee074826371
  1. .github/
  2. bazel/
  3. cmake/
  4. docs/
  5. example/
  6. java/
  7. package/
  8. python/
  9. src/
  10. test/
  11. tools/
  12. .asf.yaml
  13. .bazelrc
  14. .gitignore
  15. .travis.yml
  16. BUILD.bazel
  17. build_in_travis_ci.sh
  18. CHANGES.md
  19. CMakeLists.txt
  20. CODE_OF_CONDUCT.md
  21. config.h.in
  22. config_brpc.sh
  23. CONTRIBUTING.md
  24. DISCLAIMER
  25. Dockerfile
  26. glog.BUILD
  27. leveldb.BUILD
  28. LICENSE
  29. Makefile
  30. NOTICE
  31. openssl.BUILD
  32. README.md
  33. README_cn.md
  34. RELEASE_VERSION
  35. WORKSPACE
  36. zlib.BUILD
README.md

中文版

Build Status

brpc

An industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services. “brpc” means “better RPC”.

You can use it to:

Try it!

Contribute code

Please refer to here.

Feedback and Getting involved