Worker thread utility class 91/31891/7
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Thu, 11 Dec 2014 16:54:13 +0000 (17:54 +0100)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Tue, 16 Dec 2014 12:46:39 +0000 (13:46 +0100)
commit8f92cd9ec0ab3c34ac8add4c9b6e8f2a31227cb5
treee44251f3e5123bb6a5228cec5b231e9e2b2a75a2
parent637f643f63b8c7de143a2eec4891d7b78f396264
Worker thread utility class

[Bug/Feature]   A utility class that wraps a queue of tasks executed in a
                dedicated thread.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I32788fd6321c2877cf4dafe7213c1a140c1d3fd2
common/utils/counting-map.hpp [new file with mode: 0644]
common/utils/worker.cpp [new file with mode: 0644]
common/utils/worker.hpp [new file with mode: 0644]
server/zone.cpp
server/zone.hpp
server/zones-manager.cpp
server/zones-manager.hpp
tests/unit_tests/server/ut-zone.cpp
tests/unit_tests/utils/ut-counting-map.cpp [new file with mode: 0644]
tests/unit_tests/utils/ut-worker.cpp [new file with mode: 0644]