You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-24 01:36:44 +02:00
The Arc/Mutex chapters mention Send/Sync in the speaker notes, and in fact serve as good illustrations of the traits, so let's define the traits before referencing them.