yeon
yeon
CC#
Created by yeon on 4/16/2025 in #help
Mixing `Volatile` with `Interlocked`
Nice, thanks for clarifying
23 replies
CC#
Created by yeon on 4/16/2025 in #help
Mixing `Volatile` with `Interlocked`
Thanks for the help
23 replies
CC#
Created by yeon on 4/16/2025 in #help
Mixing `Volatile` with `Interlocked`
Yeah, looks like that's the case. I was being pedantic because the msdn docs never mentions the memory ordering of Interlocked
23 replies
CC#
Created by yeon on 4/16/2025 in #help
Mixing `Volatile` with `Interlocked`
In other words, the thread that come next the first thread won't see the stale state before the first thread did something
23 replies
CC#
Created by yeon on 4/16/2025 in #help
Mixing `Volatile` with `Interlocked`
When both falls to the /* Do some work here... */ part, one of them should have happened first, so the result of the previous thread should be visible to the future thread
23 replies
CC#
Created by yeon on 4/16/2025 in #help
Mixing `Volatile` with `Interlocked`
Yes, for example two different threads calling RefreshLobbies() in a row
23 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Thanks again!
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Yeah, splitting folders resolves the issue, I guess I'll resort to this for now
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Hmm, the link is private for me
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
And I thought the CMake alone is enough headache lol
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Thanks a lot for telling me about this 🙂
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Hmm, I think I should mess around this out myself
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Is this the one you've explained?
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Hmm
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
It's a C++ binding, which has some size_t parameters
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
That's why I did this
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
I haven't figure out how the library user can defineconstant on the referenced project without modifying the referenced project
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Thanks for explaining, it looks pretty handy
136 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
Because I didn't know that
136 replies