Capability:Concurrency

From Rosetta Code
Revision as of 13:15, 19 August 2010 by Ce (talk | contribs) (ok, it obviously needs an extra template (temporarily trying with "allows"))
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Capability:Concurrency
Capabilities characterize abstract requirements of tasks and abilities of languages and libraries.
Browse this capability's properties.


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).