weak-lock-free icon indicating copy to clipboard operation
weak-lock-free copied to clipboard

Implementation of a concurrent map with weak keys and a detached thread local storage.

Results 3 weak-lock-free issues
Sort by recently updated
recently updated
newest added

https://github.com/raphw/weak-lock-free/blob/beac0ac78feb76232325a71b5b2fd12a8d0d2207/src/main/java/com/blogspot/mydailyjava/weaklockfree/WeakConcurrentMap.java#L33 What happens to the cleaner thread (and a `WeakConcurrentMap` instance) when the only reference to the instance remains only in the thread itself? How is it supposed to terminate...

I noticed in #12 that Travis didn't run despite there being a travis.yml in this repo. I'm just guessing that perhaps Travis credits have run out as this is affecting...

…ide expungeStaleEntries. As far as I can tell, there isn't a proper way of a subclass extending and overriding `expungeStaleEntries` since there's no way to actually remove the reference from...