Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Rust threads read-only access to shared variables

See several examples:

  • Shared read-only variable with a number in it.
  • Shared read-only variable with a string in it.
  • Shared read-only variable with a string in it using Arc.