Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

Prevent ARC to nil a weak ivar right after assignment (in release builds) [duplicate]

Idiom to hide `self` in Objective C blocks?

GC Doesn't Delete Circular References in WeakKeyDictionaries?

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?