Artem Gladkov

1pod

WeakUniqueCollection

WeakUniqueCollection class has behavior similar to NSMutableSet (in terms of uniqueness of objects inside it)but it stores weak references and thread-safe. It could be very useful for implementation ofmulti-cast delegates and observers.

License: MIT

  • Objective C