[roll] Roll fuchsia [carnelian] rename and improve app context

AppContext was too generate a name for a struct whose sole
responsibility was sending messages to be handled in the executor main
loop. This change renamed it to AppSender and enhances it with a way to
use the AppSender from another thread.

Testing: button uses a thread to drive the resize messages.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/642441
Original-Revision: 372c091c921e81d37649e40c869f6e2e3f77a5eb
GitOrigin-RevId: 55750342a09dc4981e49232f92ad4b7f237af5fb
Change-Id: I265ebd71cbc24069320849112a0be792e6235eb1
1 file changed
tree: 56927f8596d9d98e645ec5099763e07ce8d7961d
  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.