blob: f0a07632ec388aef9c33156467f144df0902f95e [file] [log] [blame] [view]
## Example for fidl::SharedClient
This example demonstrates using the FIDL client designed to support moving
ownership between and sharing ownership 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.
See the [threading guide][threading-guide] for more details.
[threading-guide]: /docs/development/languages/fidl/tutorials/cpp/topics/threading.md