Releases: peterprokop/SwiftConcurrentCollections
Releases · peterprokop/SwiftConcurrentCollections
Adds PriorityQueue, ConcurrentPriorityQueue
Now you can construct max- and min- queues, both classical and thread-safe!
Bugfixes
Now uses read-write lock, added several methods
Methods added:
ConcurrentDictionary:
mutateValue(forKey key: Key, mutation: (Value) -> Value)
ConcurrentArray:
mutateValue(at index: Int, mutation: (Element) -> Element)
subscript(safe index: Int) -> Element?
Initial release
v1.1.0 Bump version
Initial release
v1.0.0 Update README