Overview
Feature overview, installation, performance benchmark and getting started instructions can be found on github.
- Want to get an overview of the entire API?
- Looking for the main workhorses of this library?
- Want to run RPCs asynchronously?
agrpc::finish
, agrpc::finish_with_error
, agrpc::read
, agrpc::read_initial_metadata
, agrpc::request
, agrpc::repeatedly_request
, agrpc::send_initial_metadata
, agrpc::write
, agrpc::write_and_finish
, agrpc::write_last
, agrpc::writes_done
- Looking to wait for a
grpc::Alarm
?
- Already using an
asio::io_context
?
- Want to customize asynchronous completion?
- Want to run
protoc
from CMake to generate gRPC source files?