Capability:Concurrency: Difference between revisions

From Rosetta Code
Content added Content deleted
(oops, for "requires" the corresponding reverse lookup should of course be "required by"; of course we want it for the other two propoerties, too)
(oops, looked for the wrong capability; anyway, try to use PAGENAME instead)
Line 1: Line 1:
{{stub}}{{capability}}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).
{{stub}}{{capability}}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).
{{#ask:[[requires::Capability:Graphics]]
{{#ask:[[requires::{{PAGENAME}}]]
|format=template
|format=template
|limit=20
|limit=20
Line 7: Line 7:
|offset=0
|offset=0
}}
}}
{{#ask:[[provides::Capability:Graphics]]
{{#ask:[[provides::{{PAGENAME}}]]
|format=template
|format=template
|limit=20
|limit=20
Line 14: Line 14:
|offset=0
|offset=0
}}
}}
{{#ask:[[allows::Capability:Graphics]]
{{#ask:[[allows::{{PAGENAME}}]]
|format=template
|format=template
|limit=20
|limit=20

Revision as of 13:30, 19 August 2010

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