Tag: concurrency

 Concurrency refers to the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in partial order, without affecting the final outcome.

Wikipedia


Concurrent computing is a form of computing in which several computations are executed during overlapping time periods.

Wikipedia