[roll] Roll fuchsia [docs][starnix] Add note about pitfalls of std::thread::spawn

Add a note to the "Common coding patterns in Starnix" doc about the
importance of using the right thread spawn method.

Move some doc links into their own section and fix the markdown.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1434915
Original-Revision: b255a852171246e6526754b0a64389a06abb4563
GitOrigin-RevId: 642dd1e3b333c5fcc48b8cfc6351abc67b6f7bd8
Change-Id: Ifd0bd90e11669e0098071b53608c3088454c94e4
1 file changed
tree: 2ec1adca369887a894709deee970eecb585dfe16
  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.