Questions
- What is a subprocess?
- Why is fork called fork?
- Is fork still useful?
- When were threads standardized?
- Why is
move
sometimes needed for thread closures? - What is the difference between
Send
andSync
traits? - Why are we allowed to lock and then mutate
Mutex
without an unsafe block?