mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Merge pull request #79 from RichardGale/rgale_dollarvariable
Replaces $ variable name with lock
This commit is contained in:
@@ -29,7 +29,7 @@ namespace bx
|
||||
|
||||
void push(Ty* _ptr) // producer only
|
||||
{
|
||||
LwMutexScope $(m_write);
|
||||
LwMutexScope lock(m_write);
|
||||
m_queue.push(_ptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user