You may find value in this overview of the relationship between Send
and Sync
.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How can a MutexGuard possibly be Sync? | 24 | 908 | June 12, 2024 | |
Why impl Sync for Mutex requires T: Send | 19 | 4589 | June 14, 2022 | |
Why `MutexGuard` impls `Sync` but not `Send`? | 3 | 663 | December 12, 2023 | |
Why Arc<Mutex<SomeType>> still implies SomeType must be Sync + Send? | 4 | 676 | February 10, 2021 | |
Impl !Send for MutexGuard | 2 | 149 | July 7, 2024 |