asked
[C# and Unity MMORPG Game Development Series] Part4: Game Server
SpinLock
Written on
·
336
0
int expected는 volatile을 안걸어주셨는데 static이 아닌것들은 최적화대상이 아닌가요?
Answer 1
CAS 류 함수랑 사용하면 문제 없습니다.