Context Switch
The operating-system transition that saves one execution context and restores another so the CPU can run a different thread or process.
Related Concepts
- Scheduler
- Virtual Thread
- Thread Pool
- CPU Cache
The operating-system transition that saves one execution context and restores another so the CPU can run a different thread or process.