# Concurrent Programming
| | 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:: [Concurrent computing](https://en.wikipedia.org/wiki/Concurrent_computing) |