I'd like to create an object (like a shared memory) that could be accessed (read-write fashion) by all threads. Although not important for this question, the object is a hashmap that I can read/write data to from all threads. It's like a read-write shared var.I'd like to create an object (like a shared mem