FeatureConcurrentParallel
🧠 ConceptDealing with multiple tasks at onceExecuting multiple tasks simultaneously
⏱️ TimingTasks may interleave in timeTasks actually run at the same time
🧵 ExampleA single-core CPU switching between threadsA multi-core CPU running tasks simultaneously
🧠 FocusStructure of a programExecution of a program
⚙️ Requires multiple CPUs?❌ No✅ Yes (or multi-core)