parallelism - Concepts
Explore concepts tagged with "parallelism"
Total concepts: 3
Concepts
- Deadlock - A deadlock is a state in which two or more processes are each waiting for resources the others hold, so none can ever proceed.
- Race Condition - A race condition is a defect where a system's correctness depends on the unpredictable timing or interleaving of concurrent operations accessing shared state.
- Concurrency - Concurrency is structuring a program as independently executing tasks that make progress in overlapping time periods, whether or not they run at the same instant.
← Back to all concepts