[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.