[roll] Roll fuchsia [fasync] Add core fasync::future functionality

These files add the core functionality of fasync::future,
fasync::try_future, fasync::suspended_task, fasync::pending_task,
and fasync::executor. future.h is the main header for the whole library
and should be consulted for more questions in its doc comments.

Test: fasync-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/627368
Original-Revision: ffbb1f55a01f66836331dbd26ed2076c5458c90e
GitOrigin-RevId: 2d4a1d6e3014d2e52aa8610030ad8d233a713756
Change-Id: I2a32eb7acb62b63dc4c1bd3de62aa53d3680712f
1 file changed
tree: 992971a1551027a50ddaf9951b33c7b4a3e07d25
  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.