//
Search across all documentation pages
11 pages in this section.
How `Send` and `Sync` let the compiler catch data races at compile time, and the trade-off between shared-state concurrency (`Mutex`/`Arc`) and message-passing concurrency (channels).
Sharing by communicating, minimizing locks.