LockFreeAlgorithm
From APIDesign
(Difference between revisions)
(New page: * Officially described at wikipedia::Lock free algorithm. * Use TransactionalDataStructure to implement such algorithms easily) |
|||
| Line 1: | Line 1: | ||
* Officially described at [[wikipedia::Lock free algorithm]]. | * Officially described at [[wikipedia::Lock free algorithm]]. | ||
* Use [[TransactionalDataStructure]] to implement such algorithms easily | * Use [[TransactionalDataStructure]] to implement such algorithms easily | ||
| + | |||
| + | == Typical Example == | ||
Revision as of 09:35, 7 June 2025
- Officially described at wikipedia::Lock free algorithm.
- Use TransactionalDataStructure to implement such algorithms easily