If array is thread safe, what the issue with this function?
- by Ajay Sharma
I am totally lost with the things that is happening with my code.It make me to think & get clear with Array's thread Safe concept. Is NSMutableArray OR NSMutableDictionary Thread Safe ?
While my code is under execution, the values for the MainArray get's changes although, that has been added to Array.
Please try to execute this code, onyour…