Shabinder Singh

Results 54 comments of Shabinder Singh

putting a synchronised lock on list rather than iterator in below shown method would be the simple solution I believe, will have to test, but not at console as of...

we even have `kotlinx.datetime` which should make this simpler to impl for all platforms in commonMain only.

+1: ``` java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:760) at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:782) at kotlin.collections.CollectionsKt___CollectionsKt.firstOrNull(_Collections.kt:272) at io.github.reactivecircus.cache4k.RealCache.evictEntries(RealCache.kt:206) at io.github.reactivecircus.cache4k.RealCache.put(RealCache.kt:140) ```

@ychescale9 will you be making a release anytime soon ?