From: Mikko Rasa Date: Sat, 20 Apr 2013 14:47:50 +0000 (+0300) Subject: Fix Timer to use is Semaphore correctly X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=aad3371b3d1831dd0525a51e40f637f00be6ff87;hp=aad3371b3d1831dd0525a51e40f637f00be6ff87;p=libs%2Fcore.git Fix Timer to use is Semaphore correctly Besides still assuming the old condvar-style semantics, it was also horribly broken and contained potential deadlocks and race conditions. Not to mention unusable due to a missing constructor. ---