Skip to content

Objective-C collection class that stores weak references to the objects and maintains uniqueness and thread safety.

License

Notifications You must be signed in to change notification settings

sibext/WeakUniqueCollection

Repository files navigation

WeakUniqueCollection

CI Status Version License Platform

Features

WeakUniqueCollection is Objective-C class that allows you to store weak references to the objects. It will maintain uniqueness and provide thread-safe access to the objects. Something like NSMutableSet but thread-safe:wink:. It can be very useful in implementation of multicast delegate.

Installation

WeakUniqueCollection is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "WeakUniqueCollection"

Author

Artyom Gladkov, gladkov@sibext.com

License

WeakUniqueCollection is available under the MIT license. See the LICENSE file for more info.

About

Objective-C collection class that stores weak references to the objects and maintains uniqueness and thread safety.

Resources

License

Stars

Watchers

Forks

Packages

No packages published