tree: 31e7c891a5f1020366e30adaea09ff3b2760c712 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. main.cc
  4. README.md
examples/fidl/llcpp/client_shared/README.md

Example for fidl::WireSharedClient

This example demonstrates using the FIDL client designed to support moving between and sharing by different threads in a multi-threaded environment.

It shows various ways the user could monitor teardown completion of the client bindings, and schedule custom cleanup to run after that.