[roll] Roll fuchsia [fdf][rust] Implement APIs for non-Send tasks

Implements rust bindings to the APIs that let you set a scheduler role
as only allowing non-blocking dispatchers and dispatchers that can't
migrate threads. This allows for adding methods to spawn or compute
futures that are non-Send, if the environment is set up correctly for
them.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1516080
Original-Revision: 378bcdb0362615655ff08278884f94bb92600786
GitOrigin-RevId: 9c3da8bdb179044d4e85dcbdb323d2528ccd680b
Change-Id: I430cb6c01537b1c5fa7c8757d0509c9876e6eddb
1 file changed
tree: 496dc6704f898c5824db50edadeb77d0d7825d21
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.