[roll] Roll fuchsia [Starnix] Require `Send` in `KernelThreads::spawn_future()`

`spawn_future()` was using `spawn_local_detached()` which is intended to
spawn tasks on the same thread. Fixed it to use `spawn_detached()` which
also requires `Send` from the spawned promise.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1412035
Original-Revision: bce9d78b14592a2cff8d860de527eb7ef610c7a7
GitOrigin-RevId: d2ceb77fec80c000bc68ca3a3744c40055016397
Change-Id: If2740e4d6c613800f94bc4b3e5ca2ad4caf739ce
1 file changed
tree: 3b03635012b03f6edbed48b16da9819443e4157a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.