[roll] Roll fuchsia [rust] LSC: Migrate off of Task::blocking in favor of unblock

Here we migrate Task::blocking calls to either:
- Task::spawn, in cases where there are no blocking calls
- unblock, in case of blocking calls. In several cases, the block
  which is executed off-thread is reduced to the a much smaller
  "critical section", which consists solely of the blocking work.

Original-Bug: 78075
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/539174
Original-Revision: a88e3d14b96890314b24d0f58cd99cbe4e13bdba
GitOrigin-RevId: 42a76315339cb344127ceea06cdcbbf75bd85a56
Change-Id: I4d389b67c5bc4292455d657b793d99538b29c35a
1 file changed
tree: 02059178f53f2dc5a528d89f6cef7b8bdd227e98
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.