jhalterman / expiringmap

A high performance thread-safe map that expires entries
Apache License 2.0
1.01k stars 142 forks source link

Use the readLock when creating an Iterator for the Map. #87

Open bratkartoffel opened 10 months ago

bratkartoffel commented 10 months ago

This is an addition to the fix implemented with #78 which did not cover all cases.