Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

what are weak global references ? How it is different from a global reference?

Weak Reference for Network callback bad idea?

Would Guava's Cache<K, Semaphore> with weakValues() be thread safe?

Objective-C ARC __weak variable reference triggers warning "__weak attribute cannot be specified on an automatic variable"

Weak References in clojure

clojure weak-references

Java SoftReference guarantee failing

Java 8 lambda weak reference

Weak reference to closure in Swift

Set of weak observers in Swift

How to use WeakRef in Typescript?

Problems with the GC when using a WeakValueDictionary for caches

Memory management / caching for costly objects in C#

GC doesn't collect when WeakReference references a delegate?

Need Help Eliminating Weak References In My App

.net weak-references

Is there way to check a `unowned` (actually `unowned(safe)`) reference has been deinited?

Equivalent to SoftReference in .net?

WeakReference to String and String constants

java weak-references

How NSMapTable works

How does a value in an entry in the WeakHashMap gets garbage collected when the actual object is garbage collected?

ObjC ARC: does a weak property's setter method run when the object is set to nil by ARC?