0
0
llucycodes42
The lock() function will block execution of the current thread until the thread owning the lock variable has unlocked the lock.
Shortcut: lock
lock (true)
{
}
0
0
llucycodes42
The lock() function will block execution of the current thread until the thread owning the lock variable has unlocked the lock.
Shortcut: lock
lock (true)
{
}