#Data race problems
1 messages · Page 1 of 1 (latest)
because you can’t check if memory is undefined or not
ooof i don’t know anything about multi threading
but i guess make sure everything is atomic or something
i recommend you rename your post to this, i think this is called a data race
Data race problems
Did the previous title have more context of what you’re trying to do?
they were wondering how to check if an array list was initialized or not
are they ArrayListUnmanaged's? when you deinit it it's set to undefined
just had this problem too :P i was using it after deiniting it
Yeah - I'd need more context to really help with this