📋

Operating Systems Software Engineering System Design

Concurrency

Parallelism includes multiple cores while concurrency is running multiple tasks simultaneously, not exactly at the same time but progressing one task a bit and switching to another

🎰