[*] WoA: This member must be marked volatile due to over ::WaitOn optimization of assumed single-threaded control flow

This commit is contained in:
Reece Wilson 2024-01-19 21:37:16 +00:00
parent 20e0473af1
commit acbd62666f

View File

@ -67,7 +67,7 @@ namespace Aurora::Threading
// bookkeeping (parent container)
bool bOverflow {};
bool bAlive {};
volatile bool bAlive {};
void Release();