Add a MutexRef class to clean up Mutex handling code

This commit is contained in:
Bart van Strien
2015-07-06 11:58:08 +02:00
parent dd1167d736
commit 7e44034757
10 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ private:
volatile bool finish;
// finish lock
thread::Mutex *mutex;
love::thread::MutexRef mutex;
public:
PoolThread(Pool *pool);