mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add a MutexRef class to clean up Mutex handling code
This commit is contained in:
@@ -126,7 +126,7 @@ private:
|
||||
volatile bool finish;
|
||||
|
||||
// finish lock
|
||||
thread::Mutex *mutex;
|
||||
love::thread::MutexRef mutex;
|
||||
|
||||
public:
|
||||
PoolThread(Pool *pool);
|
||||
|
||||
Reference in New Issue
Block a user