There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
NSMutableArray is threadunsafe (race condition would appear when a NSMutableArray accessed from multiple threads). This project is a threadsafe wrapper, which provides base methods for creating, adding, removing and accessing object in an array without race condition.