What is concurrent code?
Concurrent computing is a form of computing in which several computations are executed concurrently—during overlapping time periods—instead of sequentially—with one completing before the next starts. - Wikipedia
Related topics:
- Dining philosophers problem