You may find value in this overview of the relationship between Send and Sync.
quinedot
3
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Why impl Sync for Mutex requires T: Send | 19 | 4768 | June 14, 2022 | |
| How can a MutexGuard possibly be Sync? | 24 | 1419 | June 12, 2024 | |
| Why `MutexGuard` impls `Sync` but not `Send`? | 3 | 761 | December 12, 2023 | |
| Why these particular rules for `Send`, `Sync`, and borrowing references? | 4 | 238 | April 6, 2025 | |
| T is Sync if and only if &T is Send? | 8 | 1251 | November 25, 2021 |