So I'm looking for a way to have one dynamic array which will be modified by multiple threads (including size and content) without writing much code - is this possible currently?
Or is this language by default thread safe?