Introduction
  Thread vs Process, Why processes
Threads
  Thread Creation Code:
   CPP (CPP Threadclass, CPP Functor)
   Rust (Normal, Scoped Threads)
   Python, POSIX, Java, Windows
 Joinable Detachable Threads
Synchronization?
  Synchronization in Rust
  Arc, Mutex, condition_variable
  Problems in sync