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 | 18 | 4915 | June 14, 2022 | |
| How can a MutexGuard possibly be Sync? | 23 | 1552 | March 14, 2024 | |
| Why `MutexGuard` impls `Sync` but not `Send`? | 2 | 794 | September 13, 2023 | |
| Why these particular rules for `Send`, `Sync`, and borrowing references? | 3 | 285 | January 6, 2025 | |
| T is Sync if and only if &T is Send? | 7 | 1316 | August 27, 2021 |