Thread-Safe-Dictionary icon indicating copy to clipboard operation
Thread-Safe-Dictionary copied to clipboard

A Thread Safe Dictionary

Results 3 Thread-Safe-Dictionary issues
Sort by recently updated
recently updated
newest added

Hey! thanks for this amazing dictionary. I immediately started using it on my project and noticed that it is missing the `keys` and `values` properties. I'm here just adding it.

I am getting a strange runtime error after changing the aisShips Dictionary to the ThreadSafeDictionary: **Can't compare indices belonging to different collections** Following function is called by timer every 120...

The implementation of removeValue and removeAll uses self.concurrentQueue.async, which results in a different behavior vs. the regular dictionary. This means it's not a fully drop-in replacement. If a caller removes...