Concurrency
Concurrency is the general concept of having several things going on at the same time.
More formally, concurrency is when a program initiates a task before another one has completed so that different tasks are executed in overlapping time windows.