tree: 3e0b7bdf0d8ad0f2e418986c8d9f4ff1bff57c9a
  1. .gitignore
  2. BUILD
  3. greeter_callback_client.cc
  4. greeter_callback_server.cc
  5. README.md
  6. wrapping_event_engine.h
examples/cpp/default_event_engine/README.md

gRPC C++ Hello World Example with a custom EventEngine

You can find a complete set of instructions for building gRPC and running the Hello World app in the C++ Quick Start.

This example illustrates how to provide gRPC with a custom EventEngine. By providing gRPC with an application-owned EventEngine, applications can customize most aspects how gRPC performs I/O, asynchronous callback execution, timer execution, and DNS resolution.