[roll] Roll fuchsia [fidl][cpp] WireSyncClient in C++ template

This CL moves WireSyncClient from Golang templates to C++ templates. The
WireSyncClient golang template was an empty shell that redirected to a
C++ WireSyncClientBase class. Merging those two leads to shorter and
simpler code.

Added some general comments around thread safety similar to WireClient.

Original-Bug: 85688
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/622901
Original-Revision: 1d05699dadcb05c21e8f5d10df19616afdac0886
GitOrigin-RevId: d1c3f0bb725691a0da7734a8aefdb4c97259fabc
Change-Id: I0adb276700b68221c9dd1e952d7c4195306616e3
1 file changed
tree: 3bbf590863d7d918c7459ed94f1babb983f0140f
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.