Skip to content

asyncpp/asyncpp-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async++ GRPC library

This library provides a c++20 coroutine wrapper around grpc generated functions. It is an addition to async++ which provides general coroutine tasks and support classes.

Tested and supported compilers:

Linux
ubuntu-2004_clang-10
ubuntu-2004_clang-11
ubuntu-2004_clang-12
ubuntu-2004_gcc-10
ubuntu-2204_clang-13
ubuntu-2204_clang-14
ubuntu-2204_clang-15
ubuntu-2204_gcc-10
ubuntu-2204_gcc-11

Provided classes

  • call is a wrapper around a client side grpc stub
  • task allows for using coroutines to implement a grpc server side method

Releases

No releases published

Packages

No packages published