Hey everyone,
I'm writing a program, in which a 2D array is being used. Basically, I have 2 other objects which update this array, and I want them to be able to update it at the same time.
Is this possible? I am thinking it is gonna be a 'concurrency' issue, but wondered if it was possible outside of doing this?
Cheers!
I'm writing a program, in which a 2D array is being used. Basically, I have 2 other objects which update this array, and I want them to be able to update it at the same time.
Is this possible? I am thinking it is gonna be a 'concurrency' issue, but wondered if it was possible outside of doing this?
Cheers!