[roll] Roll fuchsia [fidl][cpp] Natural event sending

Adds |fidl::SendEvent| for sending events with natural types.

It uses similar structure as |fidl::WireSendEvent|, but is much simpler
because there are no caller-allocated flavors.

The return type is |fitx::result<fidl::Error>|, which is the same as
that of one-way client calls.

Now we have everything that's needed for a pair of end-to-end async
clients and servers.

Added a test in the wire_interop_tests.

Original-Bug: 60240

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/638203
Original-Revision: 955496875a85acc6339a82c7e2a11f3968d88ce1
GitOrigin-RevId: f102fbbbfa9e7516447e2210adc9a5d696a093a1
Change-Id: I345b13dd971603b0224ccdf3136ed2fe57f96ea4
1 file changed
tree: dee9d31a16893f86354cfe4c238aeee89a9d8845
  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
  12. toolchain
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.