Changeset 039e15 for src/CodePatterns

Timestamp:
May 5, 2016, 9:19:04 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
c6a59b
Parents:
1870aa
git-author:
Frederik Heber <heber@…> (05/05/16 08:58:01)
git-committer:
Frederik Heber <heber@…> (05/05/16 09:19:04)
Message:

Added AtomicInstance as a mutex-locked wrapper around a given entity.

  • this should help in multi-threaded codes to prevent accessing the entity from more than one thread at once: Lock the entity by accessing it within a scope while wrapped in AtomicInstance.
Location:
src/CodePatterns
Files:
2 added

Note: See TracChangeset for help on using the changeset viewer.