Capability:Concurrency

From Rosetta Code
Revision as of 08:33, 17 August 2010 by rosettacode>Dkf (Basic description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

Concurrency is the capability to perform more than one action at a time. There are many techniques for doing this, and many issues raised (e.g., how to safely access shared resources).