Check out my first novel, midnight's simulacra!

Synchronization: Difference between revisions

From dankwiki
No edit summary
mNo edit summary
Line 1: Line 1:
When multiple execution contexts want to share data, synchronization must be used to order those accesses.
==See Also==
[[CATEGORY: Hardware]]
[[CATEGORY: Hardware]]

Revision as of 17:34, 17 September 2011

When multiple execution contexts want to share data, synchronization must be used to order those accesses.

See Also