#Data race problems

1 messages · Page 1 of 1 (latest)

sterile crown
#

i’m guessing xy problem. why would you want this?

#

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

frail oracle
#

Data race problems

wispy wagon
#

Did the previous title have more context of what you’re trying to do?

sterile crown
#

they were wondering how to check if an array list was initialized or not

onyx crag
#

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

midnight moth
#

Yeah - I'd need more context to really help with this